Viewing 15 posts - 1,411 through 1,425 (of 5,103 total)
Bob Fazio (10/26/2007)
1) If it is too slow to be useful -> then you need to tune it more 🙂
2) If no one is complaining, then it...
October 31, 2007 at 3:38 pm
Hi Ed,
It's been a long time. Hope you are doing well 😀
October 31, 2007 at 3:31 pm
http://support.microsoft.com/kb/Q240872
Here is the relevant part:
Download the MapSids.exe file, and then extract the Sp_sidmap.sql and Readme.txt files.
3.Log on to the server that is running SQL Server as a system administrator, and...
October 31, 2007 at 3:28 pm
EXCEPT for distribution 😉
October 31, 2007 at 3:22 pm
passwords in 2000 setup with "default settings" are case insensitive.
October 31, 2007 at 3:19 pm
Are you trying to solve a series of exam questions ?
October 31, 2007 at 3:15 pm
Reindexing, Update statistics (WITH FULLSCAN) and DBCC UPDATEUSAGE come to mind.
At some later point you may (or may not ) want to perform a DATA_PURITY check too 😉
October 30, 2007 at 2:04 pm
nachikethm@yahoo.com (10/23/2007)
I have got situation like that presently my huge table contains around 54 millions records and on daily basis it is increasing by around 75k/day.
I have got sever performance...
October 30, 2007 at 2:00 pm
Especially with Large Backup files; is a BAD idea to use a network share 😉
October 30, 2007 at 1:58 pm
This a little "simpler 😉
CREATE TABLE #tmp (EmpID INT , LocationID INT , Amount NUMERIC(9,2))
INSERT #tmp
SELECT 1, 1, 15.00 UNION ALL
...
October 30, 2007 at 1:50 pm
Details are important if you want a decent answer. Please, Help us help you 😉
October 30, 2007 at 1:18 pm
sp_helpdistpublisher
October 30, 2007 at 1:10 pm
If the databases are on the Same server I would use "SYNONIMS" instead.
October 30, 2007 at 1:06 pm
Viewing 15 posts - 1,411 through 1,425 (of 5,103 total)