SQL Server client and setup Hangs windows 7 appcompat article..
HI , the article : http://blogs.msdn.com/b/sql_protocols/archive/2010/08/13/windows-7-appcompat-changes-and-sql-server-client-and-setup-hangs.aspx mentions The changes to behavior of the...
View Articlequery to find the last transaction happened on particular database in one server
Hi, I have requirement like I have multiple databases in one server,I would like to know what is the last transaction (insert,updates,deletes,etc..)happened in particular database and on which table....
View ArticleSQL Server Services - Stopping Randomly
Hi, The SQL Server services (MSSQLServer , Agent service) seem to stop randomely from time to time. I have no clue as to why this is happening. My agent service seems to have stopped 4 days ago, and I...
View Articlecreate new user in SQL Server 2008 with the help of query
how to create new user in SQL Server 2008 with the help of query...???? i have to already query but that is not working USE master GO CREATE LOGIN [con1] WITH PASSWORD=N'test',...
View ArticleStart incremental population command getting blocked
Hello everyone, We have a full text index on a table with timestamp column. The table is highly active with lots of select/insert/delete commands. Hence the auto population causes deadlock and...
View ArticleBackups and Alwayson
We will be upgrading our server soon and we will have a hardware standing doing not much. Currently we are having hardtime fitting DBCC and Backups fit in our weekly schedule. I found out backups and...
View Articleduplicates and uninstalled instances when opening sql mgmt studio
Hello - Im trying to get a full SQL server turned up for my organization. I have a series of duplicates of both installed instances and now duplicates of successfully uninstalled instances when I open...
View ArticleGet notified when delete query is fired
I need to know when a delete query is fired on any table in a database. Is there any way I can find out this? Also if a record is deleted from a table, can i revert back that particular change in data?
View ArticleCan auditing report on a GRANT SELECT?
Greetings. I'm trying to get notified when an administrator issues a GRANT SELECT permissions on a table. I believe I've tried all of the database_% audit possibilities, to no avail. Can this be done?...
View ArticleDatabase and Agent Services on cluster
Hi, Should Database Service and Agent Service be in Automatic startup mode or Manual on Cluster? Thanks
View ArticleThe job was stopped prior to completion by Shutdown Sequence 0.
We got below error during one of the sql server agent job running. The job was stopped prior to completion by Shutdown Sequence 0. We are using SQL Server 2008 R2. I dont see anything in SQL Server...
View ArticleFAIL_PAGE_ALLOCATION - SQL Server Crashed
Hello. last night our production server went pop in spectacular style. The following is the beginning of the 1000's messages from the SQL error log, the whole log is too large to post (it reads from...
View ArticleSQL Server - Merging Two Tables with PK on both tables
Hi, I had a situation where we have two different DBs with Table-A (on DB1) & Table-B (on DB2). I have to merge both tables to a single new table (Table-C, this table can be on DB1 or DB2 or...
View ArticlePartitioning strategy - design help
Hi all, We're trying to come up with a new partitioning strategy for our large fact tables as we are outgrowing our current approach. We're also very excited about using columnstore indexes (as it...
View ArticleMessage is Busy from SQL Server Management Studio
Hi, I started getting a delay when I try to connect to a SQL Server 2005 server from Management Studio. I get a little pop-up from the quick launch telling me : Is Busy. SQL Server Management is...
View ArticleHow to backup to folder other than default? - 'NT Service\MSSQLSERVER'...
Hello All, I installed SQL Server 2012 Express on standalone Server 2008 R2 (64b) as the default instance with all the default settings. Server runs under 'NT Service\MSSQLSERVER' account. After...
View Articleschema does not exist or you do not have permission to use it SQL Server 2012
I created two schemas inside the same database by right-clicking the Security node and selecting New -> Schema. They are both owned by dbo. In SSMS new query window I am able to create tables...
View ArticleLinked Server to Linked Server connection (SQL 2008)
Hi, We have a SQL server (server1), with an Oracle client installed on it, and a linked server to an Oracle database. Now, we have another SQL server (server2) without an Oracle client on it - but we...
View ArticleJob failed
Hi, I am running 1 step job with run as ....... and receiving following error: "Message The job failed. Unable to determine if the owner (xxxx\1234) of job test has server access (reason: Could not...
View Article