Viewing 15 posts - 781 through 795 (of 2,387 total)
quote:
The master database actually lived on the D: drive, whereas the reference in sysdatabases said that it lived on C:
December 17, 2003 at 7:04 am
Do you see any errors regarding to TCP/IP in SQL Server errorlog?
December 16, 2003 at 8:38 pm
December 16, 2003 at 8:08 pm
s_detach_db/sp_attach_db or backup/restore.
For login/password transfer, See http://support.microsoft.com/default.aspx?scid=kb;en-us;246133&Product=sql2k
December 16, 2003 at 7:52 pm
insert into old_zip_table select * from new_zip_code where zipcode not in (select zipcode from old_zip_table)
quote:
Besides adding completely new zip codes, I...
December 16, 2003 at 1:44 pm
sp_who2 and sp_lock may be the command you are lookin for.
quote:
The GUI is usless because I cannot see the...
December 16, 2003 at 1:26 pm
Can you provide more details what did you try to do? What service account do you use to run SQL Server Agent Service, Local system a/c, Domain User and their...
December 16, 2003 at 11:52 am
Do you create many DTS or large DTS packages?
Run sp_spaceused @updateusage = true to MSDB and check the size again.
December 16, 2003 at 11:48 am
A remote server configuration allows a client connected to one SQL Server to execute a stored procedure on another SQL Server without establishing another connection. Remote servers are set up...
December 16, 2003 at 10:07 am
Try this.
exec xp_cmdshell 'copy "\\org_servername\sharename\filename" "\\dest_servername\sharename\directoryname\"'
December 16, 2003 at 9:25 am
To use AWE memory, you must run the SQL Server 2000 database engine under a Windows 2000 account that has been assigned the Windows 2000 lock pages in memory privilege....
December 16, 2003 at 9:09 am
Check how many records in following tables.
sysjobhistory
restorehistory
sysdbmaintplan_history
December 16, 2003 at 9:04 am
Which version of SQL Server you run, 32bits or 64bits? If you run 32bit SQL Serevr, Is 'AWE' enabled in SQL Server?
December 16, 2003 at 8:52 am
What service account do you use to run SQL Server Agent service? It has to have sufficient priviliege as yours in order to run your job successfully. Or setup SQL...
December 16, 2003 at 7:36 am
Viewing 15 posts - 781 through 795 (of 2,387 total)