Naming A Primary Key At The Initial Step
Hi friends,Anyway to name a primary key at the time the same is being declared? For example, using a query like:ALTER TABLE LOANDETAILS.MTH_201408 ADD PRIMARY KEY (LG_CUST_ID, LG_ACC_ID, LG_SRC_SYS)for...
View ArticleExecution Plan
Hi ,which on is the best , all for the same query but with different indexes structure
View ArticleA severe error occurred on the current command. The results, if any, should...
Microsoft SQL Server 2014 - 12.0.2000.8 (X64) Feb 20 2014 20:04:26 Copyright (c) Microsoft Corporation Enterprise Edition: Core-based Licensing (64-bit) on Windows NT 6.3 <X64> (Build 9600: )...
View ArticleError: 18456
HI All, I am facing this issue in my SQL server cluster. rror: 18456, Severity: 14, State: 11.2010-10-19 02:56:59.380 Logon Login failed for user <Server name>\User1'. Reason: Token-based server...
View ArticleNo. of SQL Agent Log
Hi ~ I know how to tune up the max no of Error Log for sql serverbut I don't know how to tune the max no of sql agent log. Any way ?
View ArticleWCF data access error in IIS8.5 but ok in IIS Express
I wrote a WCF Data Access services using SQL Authentication to access SQL Server.Here is my connection string<add name="ClassroomOnlineEntitiesSa"...
View ArticleSQL Server Master Database Corrupted
Dear Experts-I had a very tough weekend with my Production sql server, the master database was corrupted and production was stopped, so I have to rebuild the master from cmd and then restores the back...
View ArticleI want to make sure after cancel full backup are my log backups can do the...
My database is 250 GB and before a patch deployment in application I have executed full backup and it is showing 5 hours in completion while generally it takes 2 hours.therfore I have cancelled the...
View ArticleReindexing Job failed
Hi All,One of my production server every week reindex job is running. In that job there is 10 steps. in those steps one step failed .) DBCC DBREINDEX ("dbo.test", charge_pk,90) WITH NO_INFOMSGS...
View ArticlePREEMPTIVE_OS_GETPROCADDRESS
We have a 64-bit Enterprise server w/Svc pack 1. Running SS 2008 64 bit (of course). 2 four-way CPU's. 56 GB of RAM. In the last month, it has froze 3 times at 11 am; 1PM & 2AM. Each time the...
View ArticleQuery performance difference -- CPU time difference on two servers
Two SQL servers, server A & B, Hardware information as below: Server A: Clustered. Two physical processors (4 cores). RAM 64GB, SQL Server max memory: 58GB. Server B: Standalone. One physical...
View ArticleProblem identifying blocking resources (ObjectID2)...
Hi,While analyzing a serverside trace, I sometimes see long runningLock:Aquires and/or Lock:Cancels, waiting for a resource that I could not identify. The value of ObjectID2 is 72057594529120256, but I...
View ArticleReindexing hangs now.
I have a new mystery to solve.Over the weekend i had to cancel the reindexing jobs on our BFSQL because what normally took less then 2 hours to do in the last 6 months was suddenly taking 8+ hours...
View ArticleDatabase object release
All MSDN Friends,I would like to implement the best practice for moving database objects from DEV server to QA/PROD in proper order for release with minimum manual intervention. My developer can save...
View ArticleSQL Server Assertion: File: , line=5512
Hi All,We are using Sql Server 2005 Express , we got the below exception of Sql Server Assertion2014-11-17 00:26:12.59 spid51 Error: 17066, Severity: 16, State: 1. 2014-11-17 00:26:12.59 spid51...
View ArticleSql Server 2012 error log message information
Hi Team,i am installed sql server 2012 two months back, to day i check the sql server error log it showing below error message.Note : I my SQL server there is no SSIDB.error log message:2014-12-02...
View ArticleHow to change SQL Server 2012 cluster instance IP and Failover cluster IP?
I have a SQL Server 2012 instance running in WFC on 3 servers and I need to change from the current Class C network to a Class A network. Here is my example: Server 1 - 192.168.2.10>Change to:...
View ArticleSSIS package Timeout
Hello~ I use SQL agent to start up a SSIS package. But I found sometimes a task : Datapump task , timeout.Executed as user:Server\SYSTEM. Microsoft (R) SQL Server Execute Package Utility Version...
View ArticleQuestions on Collection Sets created from Profiler.
Greetings. I'm starting to explore the use of Mgmt Data Warehouse and have some questions pertaining to creating a custom Collection Set via Profiler. I used this link to create a Collection Set to my...
View ArticleHow to insert secific columns using Bulk import concept in sql server without...
I wants to insert data into only few columns in my table using bulk insert and to skip some columns , and i dn't wants to use format file, plz help me how to do bulk insert with only few columns in sql...
View Article