Viewing 15 posts - 76 through 90 (of 97 total)
there is a procedure sp_updatesubscriber which you could use to change the password for your distribution db to accomodate the new sa pwd.
August 25, 2008 at 5:18 am
you can use sp_MSforeachdb with sp_helpdb
August 22, 2008 at 4:02 am
hello
first dbcc loginfo and check status column may be 0 or 2 ,if 0 you can
backup log dn_name with truncate _only
go
dbcc shrinkfile(log_file_id or file_name,size you...
August 21, 2008 at 2:47 am
there is a tool SSMA (SQL Server Migration Assistant) for 2005.
June 7, 2007 at 6:58 am
I need something like this
check syslogins if they exists
if not create
for each database execute sp_adduser
February 16, 2007 at 2:11 am
thanks for hints,
actually I want to rewrite the query for speed
January 25, 2007 at 8:46 am
Hi,
You can use BII from SQL RKits 2000 , textcopy utility, or a simple application built in .Net.
April 3, 2006 at 4:09 am
Hi,Check this site for articles,also microsoft.com,databasejournal.com for new featues.
February 2, 2006 at 1:36 am
Sybase is a good product especially for financial environement,a better payment for a DBA,the transition from MSSQL is not so difficult,but need good Linux(Unix) skills.
June 1, 2005 at 2:36 am
No so easy,but approachable ,for DBA Unix scripts is a must.
Gabriel Stan
March 7, 2005 at 7:29 am
The learning curve from SQL server to ASE is not difficult(especially if you work with MSSQl 6.5,many dbcc & sp are the same),rate is about 7 (for 1 to 10),data types...
March 7, 2005 at 7:11 am
Viewing 15 posts - 76 through 90 (of 97 total)