Viewing 15 posts - 1,696 through 1,710 (of 2,387 total)
Try to alter table to allow "NULL' for that date column.
June 4, 2003 at 11:37 am
Can you check whether you can access sql server from your IIS server using OSQL/ISQL or ODBCPING.exe utilities with same login ID and password?
If you use ODBC DSN to connect...
June 4, 2003 at 11:27 am
I would look into the query execution plan whether proper indexes being used and the number of physical IO occurs during the reconcilation.
June 4, 2003 at 11:00 am
I guess you want place '1/1/01' into a date column if user does not enter date from Access form. If it is, you can alter table to add default constraint...
June 4, 2003 at 10:53 am
To enable Windows 2000 Advanced Server or Windows 2000 Datacenter Server to support more than 4 GB of physical memory, you must add the /pae parameter to the boot.ini file.
Microsoft®...
June 4, 2003 at 9:42 am
Because your SQL Servers are in active/active, I assumed you have one default inatance and one named instance. you are able to access the default instance that uses TCP port...
June 4, 2003 at 6:33 am
sp_helpserver will tell you which server are the linked and remote servers.
You may then search syscomments table to find out those procedures.
June 3, 2003 at 2:03 pm
If you want to move specific tables and indexes into second RAID disks then you need create filegroup and database files into the filegroup and recreate cluster indexes on those...
June 3, 2003 at 7:54 am
You don't really have to create second file group and move database files into it. Simple restore database that has single filegroup into new server, detach the database, move half...
June 2, 2003 at 2:04 pm
This is you are looking for.
http://support.microsoft.com/default.aspx?scid=kb;en-us;287737
June 2, 2003 at 11:29 am
You have to run Profiler for the period of time as you like to trace which tables, views and SPs have been used and compare the results to your database....
June 2, 2003 at 8:28 am
Backup database statement doesn't have any options to let you verify the database backup. Actually, another statement "restore verifyonly" is ued to verify the backup.
Here are the statements generated in...
June 2, 2003 at 7:19 am
Viewing 15 posts - 1,696 through 1,710 (of 2,387 total)