Viewing 15 posts - 21,286 through 21,300 (of 22,202 total)
Normally I'd say "Sure, just create a stored procedure" but since you don't use them... yes, you can do this from a VB app. You simply have to have a...
January 9, 2008 at 10:34 am
I'm assuming a regular backup and restore to a different location are off the table?
You could do a snapshot backup which are nearly instantaneous but to restore from one of...
January 9, 2008 at 8:29 am
I'd be cautious about using the temp tables because it's going to smack tempdb pretty hard. Since this is basically a paging query (give me page 1 (records 1-300), page...
January 9, 2008 at 7:52 am
To get the file names for all 120 log files, you'll need to run some type of query to pull them out of sys.database_files. If you just wanted to truncate...
January 9, 2008 at 7:38 am
Just a bit of a gui glitch. You really can not edit those procedures.
January 9, 2008 at 7:04 am
Be very careful where you install it. In other words, don't do what I did. I'm going to have to reimage my laptop.
You can also go here to use virtual...
January 9, 2008 at 7:00 am
It did irk me to see backups as a myth because we regularly test our backups by restoring for development and as part of training. That's one point that is...
January 9, 2008 at 5:36 am
Oh yeah, code reviews... and beatings... I forgot about the reviews.
One other option that occurred to me (besides more beatings) was that you could set up the security in the...
January 8, 2008 at 10:47 am
January 8, 2008 at 6:23 am
I think inflicting a severe beating prior to requiring him to rewrite his code is the correct response. But assuming you don't want to risk prison time, you could use...
January 8, 2008 at 6:20 am
You really shouldn't cross-post questions.
I gave a possible answer over here: http://www.sqlservercentral.com/Forums/Topic439862-360-1.aspx
January 8, 2008 at 6:12 am
By "respond in XML" do you mean that your output from the query should be in XML?
If so, look up FOR XML in BOL. That'll get you started.
January 8, 2008 at 6:08 am
You have nesting occuring in triggers on your database. You need to examine the code that is being called and examine the data structure to see what triggers you might...
January 8, 2008 at 5:47 am
Excellent.
But that doesn't explain why a couple of gb file fills up 20gb of tempdb... I still think something else must have been going on.
January 8, 2008 at 5:30 am
Good gosh no, I'm not upset. I just realized that simply saying over and over again "Service Account" wasn't being very clear. So I decided to be clear as crystal....
January 8, 2008 at 5:27 am
Viewing 15 posts - 21,286 through 21,300 (of 22,202 total)