Blog Home  Amacin know-how ve XP paylasimi ise mutlaka yollarimiz biryerlerde kesisecek.. ;) RSS 2.0 Atom 1.0 CDF  
..::EralpErat::..{Embedded Programming} - Sql
I like Coding..
 
 Saturday, August 25, 2007
Selamlar ;

sa kullanıcıyla sql'inize bağlanmak istiyorsunuz ama herşey Ok olmasına rağmen ( Sql Server hem sa hemde windows authentication için açık , sa login enabled ve sa 'in şifresini bildiğinizi varsayıyorum..) bir türlü bağlanamıyor ve
TITLE: Microsoft SQL Server Management Studio
------------------------------

Cannot show requested dialog.

------------------------------
ADDITIONAL INFORMATION:

Cannot show requested dialog. (SqlMgmt)

------------------------------

Property IsLocked is not available for Login '[X]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights. (Microsoft.SqlServer.Smo)

gibi bir hata alıyorsanız... Windows Authentication la login olup

alter login sa with password = 'sifrenizzz' unlock, check_policy = off, check_expiration = off

yazdığınız takdir de sorunsuz bir şekilde artık login olabilirsiniz.

iyi çalışmalar.


8/25/2007 11:05:30 AM (GTB Daylight Time, UTC+03:00)  #    Comments [0]   Sql  |  Trackback
 Tuesday, August 21, 2007
Selamlar ; Sql Server 2008 ile hayatımıza MS kanadından girecek olan yeniliklerin listesi ve ilgili linkleri aşağıda.

  • Security and Data Auditing
    • Transparent Data Encryption - This is encrypting the data while it is on disk and remains transparent to applications
    • External Key Management - This new functionality relates to consolidation of key management and integration with external products
    • Data Auditing - This is one core feature of SQL Server 2008 that will include a number of new features to include:
      • The introduction of first class 'AUDIT' objects
      • Auditing DDL (data definition language) commands
      • Support for multiple logging targets
    • Additional information - http://www.microsoft.com/sql/prodinfo/futureversion/datamanage/default.mspx
  • Availability and Reliability
    • CPUs - Support for pluggable CPUs which means that a CPU can be added on the fly and recognized by SQL Server 2008 just like memory in SQL Server 2005
    • Database Mirroring - Enhanced Database Mirroring to include compression of mirror streams, enhanced performance and automatic page-level repair for the principal and mirror
  • Performance
    • Data Compression - This new feature provides the ability to easily enable or disable data compression as an online command as well as offer more efficient data storage above and beyond traditional data compression
    • Backup Stream Compression - The ability to configure compression with server level control or backup statement control of all backup types (full, differential, transaction log)
    • Performance Data Collection - When you are experiencing a performance issue the biggest problem is pinpointing the problem, so with SQL Server 2008 Microsoft is introducing a single common framework for performance related data collection, reporting, and warehousing
    • Improved Plan Guide Support - With SQL Server 2008 plans can be frozen for permanent query usage as well as pull plans directly from plan cache with SQL Server Management Studio integration
    • Resource Governor - If you have had the need to segment your SQL Server resource utilization then you should be looking forward to SQL Server 2008 because you will have the opportunity to create pools and groups to segment the resources and govern them independently
  • Management
    • Policy-Based Management Framework - The ability to manage objects via policies as opposed to traditional scripts with inherent monitoring and enforcement
    • Microsoft System Center - Integration with Microsoft System Center which a product from Microsoft to improve operational costs
    • Extended Events - Another new feature is Extended Events which is a high performance yet light weight tracing infrastructure with insight into the core engine independent of SQL Trace
  • New Data Types
    • Date Time Data Type - The datetime data type will now be able to support the following:
      • Precision to the 100th nanosecond which is 7 digits past second
      • Time-zone datetime offset to translate the datetimes across numerous time zones
      • Rather than having to parse the datatime for just the date or just the time, now SQL Server 2008 will have date only support as well as time only support
    • HierarchyID - With the introduction of the HierarchyID data type this data type will be hierarchical-aware and will be accompanied by built-in functions, methods, etc. to support complex hierarchies in your data with .NET
  • Development Enhancements
  • Service Broker
    • Interface - A new user interface and tools will be released for working with Service Broker in order to add, drop or edit Service Broker objects directly in SQL Server Management Studio
    • Conversation Priority - The ability to set message ordering with a send and receive impact with levels one to ten
  • Data Storage
    • Data Compression - Reference the Performance section above
    • FILESTREAM Attribute - With this feature get the best of both worlds with functionality from BLOBs in the DB vs. BLOBs on filesystem
    • Integrated Full Text Search - With SQL Server 2008 Full Text Search is fully integrated into the relational engine with no external storage, no external service as well as more efficient and reliable costing
    • Sparse columns - SQL Server 2008 has more efficient storage for 'wide' tables with many columns that repeat and do not contain data
    • New index types - New indexes include:
      • Spatial indexes
      • Hierarchical indexes
      • FILTERED indexes (indexes on filtered values within columns)
  • Data Warehousing/ETL
    • Partitioned Table Parallelism - This feature eliminates the one thread limit per partition
    • Star Join support - SQL Server 2008 now supports a star join with no special syntax which is completely optimizer based with full backward syntax support
    • Data compression - Reference the Performance section above
    • Resource Governor - Reference the Performance section above
    • Persistent Lookups in SSIS - There is no longer a need for re-querying for lookup operators and cache lookups in multiple ways with the ability to persist lookups to disk
    • Improved thread scheduling in SSIS - This is accomplished by a shared thread pool and pipeline parallelism
    • SQL Server Change Tracking - Reference the Development Enhancements section above
    • MERGE statement - The MERGE statement will add a great deal of value with slowly changing dimensions
    • Scale-out analysis services - With read-only storage multiple Analysis Services SQL Servers can be leveraged
    • Subspace computations
    • New tools for cube design
    • Best practice design alerting
    • Backup cubes with better scalability
    • Excel - Data-mining add-ins for Excel
  • Reporting
    • Reporting Services Deployment - IIS is no longer required to run Reporting Services
    • Rich-text support
    • Enhanced visualization graphing
    • Word - Reports can be rendered to Microsoft Word
  • Deprecation

8/21/2007 10:41:24 PM (GTB Daylight Time, UTC+03:00)  #    Comments [20]   Sql  |  Trackback
 Tuesday, June 05, 2007

   Microsoft on Monday released the first community technology preview of SQL Server 2008, the official name for what was initially codenamed "Katmai." The announcement was made here at the Microsoft TechEd Conference in Orlando.

   Katmai is set to ship in 2008 and the company is making it a central plank of its push into the business intelligence space. But Redmond is also building a number of developer-specific capabilities into the next-gen server release: The ADO.NET Entity Framework (EF) and the Language Integrated Query (LINQ).

   Developers can use the Entity Framework to program against data defined in a conceptual way, instead of having to work with information organized in tables and columns. "With the Entity Framework, we’re essentially programming at the conceptual level rather than at a logical level or a physical level," Francois Ajenstat, director of product management, SQL Server previously told RDN.

   LINQ enables developers to tap various sources from within VB.NET and C#. The LINQ to Entities specification will ship as part of the Entity Framework, and, like the EF, will be supported by Visual Studio tools.

Other improvements slated for SQL Server 2008 include added support for various data types, including spatial and unstructured data.

In related SQL Server news, Microsoft on Monday also announced it had acquired technology from Dundas Data Visualization Inc., for the creation of charting in SQL Server Reporting Services.

  • Read the SQL Server 2008 Datasheet
  • SQL Server 2008 Product Overview
  • Watch the TechEd SQL Server 2008 Webcast
  • Download the latest release

    TE2007_Logo_TEMP

    http://virtualteched.com/Pages/OnlineSessions/OnlineWebcastsDefault.aspx

    Selamlar sevgili okuyucular;

    Evet en sonunda bu hafta içerisinde duyurusu yapılan Sql Server 2008 yani Katmai'inin CTP'nin oluşturulduğunu öğrenmiş bulunmaktayız.Ta uzaklarda..Orlando'da ki TechEd konferansında. :) Velhasıl kelam 3 önemli değişiklik bir yazılımcıları bekliyor..1.'si ADO.NET Entity Framework ve LINQ için yapılan değişikler.Optimizasyon yönünde özel bir çalışma devam etmekte. 2.Uzun zamandır ürünlerini kullandığım ve memnun kaldığım Dundas'ın Sql Server Reporting Services için geliştirdiği çözümün Microsoft tarafından alınmış olması,3.date ve time tiplerinin birbirinden ayrılacağı ve yeni veri tiplerinin geldiği (GIS gibi (Geometry,Point,Polygon,MultiPoint,MultiPolygon... bunlar Mysql'in uzun zamandır desteklemekte olduğu tipler.Net olarak hangi fielt type'lar eklenir bunu specler açıklandıktan sonra göreceğiz ama normalizasyon adına önemli bir gelişme..))..

    Gelişmeler çok hoş..

  • 6/5/2007 11:19:00 AM (GTB Daylight Time, UTC+03:00)  #    Comments [0]   Sql  |  Trackback
     Monday, November 20, 2006

    SQL Server 2005 SP2'nin CTP'sini download etmek için burayı tıklayabilirsiniz.

    Bu CTP'de ne gibi yenilikler olduğunu kısaca özetlemek gerekirse;

    • Vista desteği
    • SSAS ve SSRS için Office 2007 BI entegrasyonu
    • SSRSda Hyperion Essbase desteği
    • Sıkıştırılmış bir decimal türü olan vardecimal veri türü. (yeni bir veri türü)
    • SQL EE'de common criteria desteği
    • görsel ve performans açısından pek çok iyileştirme

    şeklinde sıralayabiliriz.

    "Teşekkürler Kadir'cim."   

     

    İyi çalışmalar.

    Eralp

    11/20/2006 3:05:36 AM (GTB Standard Time, UTC+02:00)  #    Comments [0]   Sql  |  Trackback
     Thursday, April 20, 2006

    SQL Server için ilk güncelleme paketi ( sp1 ) release oldu.Gözümüz aydın :D Yalnız anlayamadığım bir şey var ki o da boyutunun neden bu kadar büyük olduğu nerdeyse ana kurulumla aynı :S

     

    Sql Server 2005 Sp1'i indirmek için..

    4/20/2006 2:14:25 PM (GTB Daylight Time, UTC+03:00)  #    Comments [1]   Sql  |  Trackback
    Copyright © 2008 Eralp Erat aka NetZero2. All rights reserved.