Viewing 15 posts - 736 through 750 (of 1,319 total)
I'll be darned. :blush: Learned something new today! I've used my script for so long, never tried to find a better (easier) way to do it. Thanks.
March 18, 2009 at 7:38 am
Thank you SA. My recommendation, to expand on it a bit, was not meant to be a blow-off of your quest for help. The biggest thing you can do is...
March 18, 2009 at 7:11 am
Why are you trying to do this? The preferred method would be to backup local and then copy the backup file to a network share. It can be done using...
March 18, 2009 at 6:53 am
Learn to use search engines. I just did a simple search here and found this as the first article. Also, have you looked through BOL??
http://www.sqlservercentral.com/articles/career+growth/64632/
Edit: here is another post to...
March 18, 2009 at 6:42 am
arr.nagaraj (3/18/2009)
select object_name(id) from sysindexes where name like ''
While this definitely will work, it won't provide the table name that the index is associated with. In an earlier post I...
March 18, 2009 at 6:20 am
I too selected the most accurate, albeit incomplete, answer.
dmw (3/18/2009)
Poor (non-existent?) QA on this question. Unexpected from this site.
I couldn't agree more but I'm sure with the volume of...
March 18, 2009 at 6:08 am
Gaby Abed (3/16/2009)
March 16, 2009 at 8:43 am
Something like this. Keep in mind, I use this is SQL 2000 and it will need to be tweaked for 2005/2008. Modify the like clause to suit your needs.
select ...
March 16, 2009 at 6:28 am
I'll bet that index exists on a different table. I've got a script at home to find indexes and the associated table. If noone has supplied it to you by...
March 13, 2009 at 3:24 pm
DOH! I jumped right into the article after glossing over the title. I should have realized it when it stated Lynn was a "new author"... from now on I gotta...
March 13, 2009 at 7:13 am
GSquared (3/12/2009)
You seem to have deleted the original question and all its specifications.
Very poor forum etiquette -don't you think newB?
March 12, 2009 at 12:20 pm
If I understand your request correctly, the file share physically resides on your SQL server box, correct? And your stored procs refer to \\servername\..., which is the local box? If...
March 11, 2009 at 9:56 am
You mean we don't get PAID? I'm so out of here.....;)
March 10, 2009 at 6:17 am
george sibbald (3/7/2009)
t.walker (3/6/2009)
Although I am a rookie here, I am...
March 9, 2009 at 1:37 pm
amarnath_sk (3/9/2009)
It dose not depend on which recovery mode, which you have kept.
I didn't think that was even an issue. The issue is about the recovery of the database, not...
March 9, 2009 at 7:34 am
Viewing 15 posts - 736 through 750 (of 1,319 total)