Viewing 8 posts - 61 through 68 (of 68 total)
If you have Visual Studio, here you have a manual with MS Source Safe http://www.dbazine.com/sql/sql-articles/cook11
April 17, 2009 at 5:51 am
If you are evaluating SQL Server you can put your new users like DB_Owner. This work fine for connections throw other applications like visual studio or web development.
April 16, 2009 at 9:10 am
May be an error in the Windows installer package. You can try to install the last version of Windows installer. And reinstalling SQL Sever
April 16, 2009 at 9:00 am
May be temporal data of your databases. You can try changing the recovery mode of your backups
April 16, 2009 at 6:00 am
May be that you need to start Secondary Logon service in your backup server
April 16, 2009 at 5:51 am
May be the TempDB. It's better to put it in another hard drive or partition.
April 16, 2009 at 5:36 am
/*
After you have run the TRUNCATE TABLE statement, it is important
then to manually update the statistics on this table using
UPDATE STATISTICS. This is because running TRUNCATE TABLE will
...
April 16, 2009 at 5:33 am
First of all define a Linked Server to the Active Directory Services using the below t-sql command.
EXEC sp_addlinkedserver 'ADSI', 'Active Directory Services 2.5', 'ADSDSOObject', 'adsdatasource'
Enable QPENQUERY in SQL Server 2005...
April 14, 2009 at 10:10 am
Viewing 8 posts - 61 through 68 (of 68 total)