Archives: November 2007
Another use of OpenRowSet()
Traditionally, I will use
sp_helptext sp_lock
to get the source code and retrieve the column metadata of the result set, and then build a table based on the retrieve column information,…
0 comments, 427 reads
Posted in DBA Philosophy on 29 November 2007
Distributed Transaction Issue Msg 7391
EXEC sp_link_publication @publisher = 'Server1', @publication = 'PubUpdate1',@publisher_db = 'Pub_DB',@security_mode = 0,@login = 'sa',@password = 'sa_pwd'
on Server2, where the updatable subscribtion is…
0 comments, 677 reads
Posted in DBA Philosophy on 21 November 2007
Generate RPC:Completed Event
So I create a quick VBScript to do this for me:
dim… Read more
0 comments, 479 reads
Posted in DBA Philosophy on 14 November 2007
save disk when doing backup
As a DBA, most of us will also take care of test environment. However test servers usually cannot afford to be as powerful as the real production servers.
One of the issue I got in my test environment is I also need to do regular t-log backup for the testing… Read more
0 comments, 85 reads
Posted in DBA Philosophy on 11 November 2007



Subscribe to this blog