Viewing 15 posts - 37,021 through 37,035 (of 39,720 total)
Thanks and glad people liked this one
.
I backup locally to prevent any issues if I am having network problems with another server. Hate to lose a...
September 30, 2002 at 9:19 am
#1 needs indexes. That's the only thing I could see.
#2 probably same thing.
Steve Jones
September 27, 2002 at 4:49 pm
Not sure this is documented. I believe they are stored in dtproperties in each database.
Not sure of the format. Likely leveraged from other MS tools.
Steve Jones
September 27, 2002 at 4:47 pm
I've got a similar problem .
Diskperf reports things are enabled and I have rebooted, still no physical counters.
Steve Jones
September 27, 2002 at 4:43 pm
Instead of using GOs, what about issueing multiple executes?
Steve Jones
September 27, 2002 at 10:44 am
Are you using Windows and Basic? I have a similar problems. The sysadmin accounts work with Windows, but the normal accounts do not unless I enable Basic. Not a huge...
September 27, 2002 at 10:41 am
That stinks. Hopefully they will get this sometime. I know how it feels to have no resolution. Got two MS cases now and not sure if they'll be resolved.
Steve Jones
September 27, 2002 at 10:39 am
I've seen some long rollbacks. Can you define forever?
I wouldn't be surprised if the process notifies 100%, but still is doing cleanup (like deleting log entries or something).
Can you tell...
September 27, 2002 at 8:52 am
Personallly I've been to a number of conferences (PASS, TechEd, PDC, etc.) and I've found that the more junior you are, the more you learn from the seminars. As I've...
September 27, 2002 at 8:28 am
What do you mean the output is the same as if you don't run WITH TABLERESULTS?
I suspect that this is due to the fact the a recordset is not returned...
September 26, 2002 at 10:32 am
Improve processes, make them run faster. Look for holes in your processes. Automate things that I do. Performance monitoring and tuning if I can get time.
Steve Jones
September 26, 2002 at 10:23 am
select @cmd = 'del E:\backups\' + @DELETE
xp_cmdshell @cmd
Steve Jones
September 26, 2002 at 10:20 am
No. this is an incremental field and the increment is stored in the system tables. Someone can alwyas insert their own value or the next value can be reset.
http://www.sqlservercentral.com/columnists/sjones/understandingyouridentity.asp
http://www.sqlservercentral.com/columnists/sjones/identitylocking.asp
Steve Jones
September 26, 2002 at 10:13 am
Lots of other solutions I know, but this one met our needs and worked nicely.
Thanks for the suggestions.
Steve Jones
September 26, 2002 at 10:05 am
None here. also none with the cumulative patch
Steve Jones
September 25, 2002 at 5:02 pm
Viewing 15 posts - 37,021 through 37,035 (of 39,720 total)