Viewing 15 posts - 8,251 through 8,265 (of 14,953 total)
I've been spending my SSC time on the general forums instead of The Thread for the last few day.
October 2, 2009 at 7:53 am
It's the same point I've been making for over a decade, that most people don't need the latest and greatest in high-power computers. I know lots of people for...
October 2, 2009 at 7:52 am
In that case, I think the exe you're calling may be returning something to SQL that it recognizes as an error code. Try this:
declare @Err int;
exec @Err = master..xp_cmdshell...
October 2, 2009 at 7:29 am
repent_kog_is_near (10/1/2009)
GSquaredWhen you post scripts like that, do you put it in the Articles section in SSC?
Thanks
Dan
That's where it will probably end up. It's going to be considerably more...
October 2, 2009 at 7:26 am
I haven't had a chance to use them in a production environment, so really can't say how they do under real loads.
October 2, 2009 at 7:25 am
The length of an object's name has no effect on performance.
October 1, 2009 at 2:33 pm
Do you have the create scripts for all of them? If so, put all of those into one big document, and then run that.
If not, then I recommend you...
October 1, 2009 at 1:06 pm
Honestly, I set tempdb on autogrow, set the growth increment to half a gig or so, and leave it that way. Some systems, I set it to a full...
October 1, 2009 at 12:10 pm
Have you tried running:
exec master..xp_cmdshell 'E:\PROGRA~1\CA\SERVIC~\bin\bop_cmd.exe'
Also, have you tried that with the full path enclosed in quotes, instead of the 8.3-style path?
October 1, 2009 at 12:06 pm
The simplest way is to add a rebuild task to a maintenance plan that you run weekly.
Anything more complex than that, you'll need to decide what rules it needs to...
October 1, 2009 at 12:03 pm
I know how it goes. I ended up as the DBA from a sales and marketing position (9 years ago).
I'm working on a highly automated maintenance solution currently. ...
October 1, 2009 at 11:59 am
Is drive E a local drive, or a mapped drive on the network?
October 1, 2009 at 11:50 am
repent_kog_is_near (10/1/2009)
October 1, 2009 at 11:49 am
notquitexena (10/1/2009)
GSquared (10/1/2009)
October 1, 2009 at 11:47 am
If you can do sparse columns, that would be ideal. If not, EAV is a very workable way to do this. Yes, it has some drawbacks, but it's...
October 1, 2009 at 11:39 am
Viewing 15 posts - 8,251 through 8,265 (of 14,953 total)