Viewing 15 posts - 1,846 through 1,860 (of 2,387 total)
Could this KB article answer your question?
http://support.microsoft.com/default.aspx?scid=kb;en-us;306649
May 9, 2003 at 9:13 am
quote:
Can you have a Linked Server and a Remote Server with the same name pointing to the same server.
May 9, 2003 at 7:45 am
You can't use Backup command to backup MDF/LDF alone. You have to backup the database as following.
backup database pubs to disk = 'g:\share\pubs.bak'.
If you really want to backup MDF and...
May 9, 2003 at 7:09 am
Make sure this domain account is in your SQL Server logins with 'sa' right.
May 8, 2003 at 7:29 pm
What type service account your Agent runs? Local system account or domain account? Did you remove BUILTIN\Administrators login from SQL Server?
Right click SQL Server Agent in EM --> Display Error...
May 8, 2003 at 7:01 pm
Use four-part name to access linked server, ie linkedserver.catalog.schema.tablename. For example.
select * from EA..EXAV.GROUPS
insert into EA..EXAV.GROUPS values ('Test', 'Test', 9, 381273546)
INSERT statements should supply values for all columns in a...
May 8, 2003 at 6:55 pm
From BOL.
"Because @@FETCH_STATUS is global to all cursors on a connection, use @@FETCH_STATUS carefully. After a FETCH statement is executed, the test for @@FETCH_STATUS must occur before any other FETCH...
May 8, 2003 at 12:15 pm
Use greater than (>) comparison operator to direct output to a file from osql.
Edited by - Allen_Cui on 05/08/2003 12:25:19 PM
May 8, 2003 at 11:59 am
Yes, you can. Remember to update statistics.
May 8, 2003 at 9:34 am
Yes, you can if your want to restore user database. Service Pack touchs only system databases.
May 8, 2003 at 9:24 am
quote:
I need the syntax to create a table and within the create table statement to include a primary key on 3 columns....
May 8, 2003 at 9:20 am
Try to increase the time-out value from Tools --> Options --> Advanced --> Query Time-out.
May 8, 2003 at 8:50 am
quote:
Device activation error. The physical file name 'D:\MSSQL7\data\DSM_CPKFinishing_be_Log.LDF' may be incorrect.
It seems log file...
May 8, 2003 at 8:27 am
Just wondering why you don't want to use the convert function?
With the 'style' set to '101' in convert function, you will see what you like.
May 8, 2003 at 7:45 am
Viewing 15 posts - 1,846 through 1,860 (of 2,387 total)