Viewing 9 posts - 1 through 9 (of 9 total)
Well no doubt this will a good one.
But when i'm trying to execute this script all the time it's giving the following error. Have rectified few of them. Is there...
November 28, 2011 at 5:01 am
script is ok. But it's not able to generate script for schema specific SP's.
Example:
Exec sp_Generate_Script 'Schema1.StoredProcedure,'Schema2.StoredProcedure,dbo.usp_xx';
It's not giving any result set.
Regards,
Karnatakapu. Mallikarjuna
September 12, 2011 at 3:53 am
Hello Vinay,
Simply awesome.
It's working for SP's.
I have tried (changed a bit) using this script for creating table of one schema to multiple schemas.
But not worked. Can we achieve above functionality...
September 9, 2011 at 1:01 am
Hello Vinay,
It's a nice script. Quite useful to me.
How to achieve this functionality from your script.?
Rather than copying one object from one schema can we copy multiple objects from the...
September 7, 2011 at 1:12 am
Hi,
I have initialized the variables and when tried to execute it results in following errors.
Msg 102, Level 15, State 1, Line 142
Incorrect syntax near '?'.
Msg 102, Level 15, State 1,...
May 31, 2011 at 2:46 am
Hi
I'm using sp_send_dbmail in below given format. If i execute first two lines it's showing "Mail Queued" and executing fine then i'm able to receive mail.
...
February 16, 2011 at 4:29 am
Sorry hope i have not explained my problem clearly.
i want to check the status of the server(at OS level). i dont want to check either SQL or any other....
November 16, 2007 at 3:14 am
Hi,
Thank you for the clarification given. It helps me to give a report to my superiors...
Could any one please tell me how to track the DML operations occuring on SQL...
September 27, 2007 at 12:14 am
Viewing 9 posts - 1 through 9 (of 9 total)