Viewing 15 posts - 421 through 435 (of 1,166 total)
How to configure SQL Server to use more than 2 GB of physical memory
http://support.microsoft.com/kb/274750
AWE Memory SQL Server Performance Tuning
January 29, 2007 at 5:47 pm
Check "SQL server Client Network Utility" alias tab...if you have entry in that you get more than one names retrurned for the same instance...
January 29, 2007 at 5:44 pm
Is source and destination table has the same schema?
January 29, 2007 at 4:24 pm
http://blogs.msdn.com/sql_protocols/archive/2005/10/22/483684.aspx
http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx
http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx
http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx
January 29, 2007 at 4:17 pm
http://msdn2.microsoft.com/en-us/library/ms175905.aspx
CREATE INDEX Employee_Ind ON Employee(LName,FName,Minit) WITH
January 29, 2007 at 4:08 pm
Is your snapshot location is shared? Try to use UNC name for snapshot..
January 28, 2007 at 10:52 pm
From BOL: An index cannot be reorganized when ALLOW_PAGE_LOCKS is set to OFF.
Issue the command with ALLOW_PAGE_LOCKS ON
January 28, 2007 at 10:13 pm
Did you change the outlook as default mail client in your IE?
How to change your default e-mail client in Outlook
http://support.microsoft.com/kb/196257/en-us?spid=2520&sid=global
How can I configure Outlook
to...
January 28, 2007 at 2:43 pm
I don't think there is any column which gives this info...
But if auto update stats is not enabled on your db then you can use the following script to get...
January 28, 2007 at 2:32 pm
What is the data type for "item" column?
Try using DTS.
January 28, 2007 at 2:05 pm
How to pass a list of values or array to SQL Server stored procedure?http://vyaskn.tripod.com/passing_arrays_to_stored_procedures.htm
How do I simulate an array inside a stored procedure?http://databases.aspfaq.com/database/how-do-i-simulate-an-array-inside-a-stored-procedure.html
January 27, 2007 at 10:55 pm
I agree with Lynn...
SQL server 2005 has good options... you can find easlily unsed indexes and required indexes too...
http://www.sqlservercentral.com/columnists/aingold/2770.asp
January 27, 2007 at 10:48 pm
Good luck...
January 27, 2007 at 10:20 pm
I agree with Declan For SOX you have to use auditing products...
We are using Lumigent Entegra... It is not that good but all are these products are new so it...
January 27, 2007 at 11:40 am
Are those named instances? If yes try using port number along with instance name... also try connecting to the linked server from the source server using QA...
January 27, 2007 at 11:35 am
Viewing 15 posts - 421 through 435 (of 1,166 total)