Limit SQL agent jobs based on User rights...
Hello folks. I'm trying to setup a Dev SQL Server 2008 R2 server for my Developers which are divided into two teams (Team A, B). Each team can successfully create jobs, but upper management does not...
View ArticleMore columnstore woes
Hi all,I have an issue with columnstore and the query optimiser. I am running the following query:SELECT Store.StoreId, COUNT(*) FROM Fact.Sale INNER JOIN Dimension.Store ON Store.StoreId =...
View ArticleLogon SSPI handshake failed
Hi,We are receiving following alerts (SQL Server 2005):"Logon SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed....
View ArticleHow to Apply the patch...
hi ,we are using active & passive clusters here how to apply the patch..if any possible give me ans step by step......Regards,Chandu
View ArticleDatabase Mapping error
Hi I am actually trying to make relationships in an already designed database..Database is historic one and no proper relationships, I could find 3 PK's and 0 FK's. I am doing it in test database...
View ArticleMSDTC Two Connections One Distributed Connection Same Server
Is it possible for two connections -- one from managed code / ADO.Net and one from VB6 COM classic ADO -- on the same server to the same database to enlist in a distributed transaction?A .Net app I...
View ArticleDBCC checkdb online
HI ALLare there any method that I can do dbcc checkdb('dbname','repair_rebuild')online? without change to single_user mode.
View Articlelog is getting full in index reorg..why as we know that it just sufflle the...
can any one explain in detail please.Is frequent log backup dyring this maintanance help this probes?Thanks in advance
View ArticleJoin Elimination not working with FK to view
In our dimensional data warehouse we have a fact table with foreign keys to dimension tables. In some cases, a view is used for a dimension table to reuse the underlying generic table. The fact table...
View ArticleSQL Server keeps stopping every time I start it.
Hi All,I can't log into sql because every time I try to start my sql server in services it stops again.SQL ErrorLOG: 2013-05-13 17:03:07.15 Server Microsoft SQL Server 2008 R2 (RTM) - 10.50.1617.0...
View Articlehow to Run multiple instances trace from a single trace script
hi..I have few SQL Servers and each servers got multiple instances.I have scripts which can Run for a single instance and generating the required result.Now my requirements is i need one scripts which...
View ArticleAbout VLF Filesize in DB.
Hello,The below question is to understand how VLFs are created when DB is created and the size's of VLFs.Below are two examples of DBs,DB1: The VLFS are as...
View ArticleSQL Server standard edition License
Hi,Do we need license to install sql server 2008 r2 standard edition on dev box to use as dev or test server?Thanks
View ArticleIs cluster mandatory to install alwaysonavailibilty?
Is cluster mandatory to install alwaysonavailibilty?Thanks
View ArticleCould not allocate a new page for database 'XXXX' because of insufficient...
Dear All,I have a SQL Server 2008 (SP1) Database (Size600GB). It has more than 25 Data files and more than 5 LDF Files.My issue is most of the times whenever I tried to created new indexes or...
View Articledatabase issue
Hi, Autogrow of file 'database_log' in database 'database_name' was cancelled by user or timed out after 16411 milliseconds. Use ALTER DATABASE to set a smaller FILEGROWTH value for this file or to...
View ArticleUnable to create filegroup for filestream implementation on SQL Server 2008...
Hi,While trying to create a filegroup of a SQL Server 2008 instance with the following query, we get the following error message:Query: ALTER DATABASE MyDB ADD FILEGROUP MyDBFileGroup CONTAINS...
View ArticleCan be stored procedures without cache?
Hello Guys!Today one procedure in my company after job for recompile, was no cache stored when I find with this select:SELECT [cp].[refcounts] , [cp].[usecounts] , [cp].[objtype] , [st].[dbid] ,...
View ArticleSplit existing Partition - Grows log file in GBs and take hours to run
Hi,I have an existing table with around 200 Million rows and couple of partitions.I would like to split the partitions e.g. the Latest partition hold the data where date >= '2012-01-01' and I want...
View Article