Viewing 15 posts - 31 through 45 (of 64 total)
Should I open another case?
Otherwise, can anyone tell me how to export SP by using T-SQL ?
Thanks.
November 30, 2009 at 5:16 pm
Thanks again.
I got the idea already.
How about moving SPs between databases of the same server (or different) using T-SQL?
November 26, 2009 at 7:59 pm
Thank you again for the response.
I do not have to move all tables of the database, but I have a list which I would do in a loop.
If you do...
November 26, 2009 at 7:04 pm
Is it possible to use T-SQL only?
If the above is yes, could you please show me how to copy (structure + data) table (Table A) from ServerA to ServerB ?
T-SQL...
November 26, 2009 at 4:46 pm
Thanks again first.
1. If there is only one index (no partitioned table) allowed, MAX(rows) would get the "count(*)" provided other indexes are zero. Just want to clarify/learn for curiosity.
2....
November 18, 2009 at 4:51 pm
It's sinking below the top, still .. hoping to get response ..
Anyone from the dark guides me through the dark ?
Thanks.
November 17, 2009 at 4:53 pm
As a rookie, I'm back for two more questions -
1. As explained before, indid --> index ID
a. is there only a row count (number) anytime...
November 15, 2009 at 4:07 pm
I would like to ask a last question before I close this subject.
Is there any other cases that if I use MAX(rows) for the same tablename I would not get...
November 13, 2009 at 4:51 pm
I need to backup a database (dbAA to \\server001\DBbackups\dbAA.BAK) on server001 and copy dbAA.BAK to \\server002\DBbackups\dbAA.BAK.
First action needs a "BACKUP DATABASE ....." ans second needs a DOS action "COPY \\server001\DBbackups\dbAA.BAK...
November 8, 2009 at 3:29 pm
Viewing 15 posts - 31 through 45 (of 64 total)