Viewing 15 posts - 46 through 60 (of 116 total)
How about DDL triggers at database level!!!
November 25, 2009 at 7:23 am
In case you have the original script of the procedure somewhere in VSS, just get the script and create the same here.
November 25, 2009 at 7:08 am
No Probs Suresh.
Good Luck!
Pavan.
November 25, 2009 at 6:57 am
I had/have a similar situation and I am implementing snapshot replication as the solution.
You might face few issues, but end of the day your task will be done.
November 24, 2009 at 7:27 am
Why dont you try copying the file from FTP to local server and then restore it?
Pavan.
November 24, 2009 at 3:30 am
Other DBA added an index(which is added in all other client sites), went out and I was not aware of it, suddenly the server was very slow and the its...
November 23, 2009 at 3:32 am
Check it and change it!
Select the database, right click properties--> Options-->Set Auto Close to False
November 23, 2009 at 3:26 am
It should be immediate.
It can be even like 2 phase commit, first it commits in the subscribers and then in the publishers.
pavan.
November 23, 2009 at 3:23 am
Select the database, right click properties--> Options-->Set Auto Close to False.
November 23, 2009 at 2:55 am
Hey Raj,
I had a similar issue, even my test mail was failing and it was giving similar sort of error.
While setting the db mail, in the SMTP server, I used...
November 23, 2009 at 2:52 am
First thing is what are the changes made in test environment
1.Like DDL changes (alter,create etc)or even DML changes(insert,update and delete to existing tables).
2.If only DDL changes, it shouldn't really matter,...
November 20, 2009 at 3:18 am
Was it working fine earlier?
Try sending a test mail and see the log for what's happening?
If the test mail is fine:
Go to SQL Agent Properties-->Alert System-->Enable Database Mail.
Restart the SQL...
November 20, 2009 at 3:10 am
Get the size of the database files and check for the unused space!
Set nocount on
Print 'Show Size, Space Used, Unused Space, Type, and Name of all database files'
Select
[FileSizeMB]=
convert(numeric(10,2),sum(round(a.size/128.,2))),
...
November 16, 2009 at 8:41 am
Mahesh,
When you are backing up multiple databases and deleting them (after retention), it fails even if a single database in the whole list fails and you get a mail saying...
November 16, 2009 at 7:46 am
Try it on some other computers also and see what its saying?
November 16, 2009 at 7:33 am
Viewing 15 posts - 46 through 60 (of 116 total)