Viewing 15 posts - 43,186 through 43,200 (of 49,566 total)
Animal Magic (11/12/2008)
November 12, 2008 at 7:45 am
Use Enterprise manager to generate a script that contains all of the procedures and then do a find and replace. Even if you have to check each location before doing...
November 12, 2008 at 7:37 am
You can backup at any time. The backup adds load to the system, but it doesn't lock any objects.
November 12, 2008 at 7:31 am
goodguy (11/12/2008)
November 12, 2008 at 7:27 am
Is the transaction log growing or is the error log growing?
Did that happen straight after an index rebuild, by any chance? Or an alter table statement?
November 12, 2008 at 7:26 am
TOR (11/12/2008)
And have already tried using CTE but seems it doesnt work on sql 2000. Please Advise...
Please post SQL 2000 related problems in the SQL 2000 forums. If you post...
November 12, 2008 at 7:21 am
Duplicate post.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic601216-149-1.aspx
November 12, 2008 at 7:20 am
Do not, do not, do not ever directly update the system tables. Doing so is asking for big problems in the future.
Generate the scripts of the procedures, search and...
November 12, 2008 at 7:19 am
Can you please post the table structure, some sample data and what you want as a result?
November 12, 2008 at 7:10 am
By default the only max for connections is the maximum allowed by SQL which is 32767. If you're reaching that many concurrent connections on a dev system, I think you...
November 12, 2008 at 7:07 am
You can have a look at the sys.dm_exec_query_stats DMV. That contains execution counts and CPU, read, write and duration stats.
Unfortunately the info's only there while the plan for that...
November 12, 2008 at 6:52 am
That's security through obscurity and it doesn't work. It makes it harder to find the sensitive data, not impossible.
Plus that now requires file backups synced with DB backups, careful security...
November 12, 2008 at 6:41 am
Amit Gupta (11/12/2008)
yes i have other plan in a feature suggest me solution.
Sorry, I don't understand.
November 12, 2008 at 6:36 am
Henk Schreij (11/12/2008)
The data are now in the correct order in the ID (the clustered PK).Thank you 😎
Excellent.
Just be aware that doesn't mean that the data will be returned in...
November 12, 2008 at 6:35 am
Viewing 15 posts - 43,186 through 43,200 (of 49,566 total)