Viewing 15 posts - 436 through 450 (of 2,387 total)
Which CRM system do you use?
March 2, 2004 at 8:08 pm
You can start a job automatically when SQL Server Agent starts.
March 1, 2004 at 5:55 pm
In order to run extended stored procedure xp_regenumvalue, SQL Server has to load 'xpstar.dll' first because this xp is one of the module of 'xpstar.dll' but SQL Server launches startup procedure before...
February 27, 2004 at 12:03 pm
It looks like you want data insert/update in Oracle database be insert/update in SQL server at same time. You have to setup linked server and run distributed transation to insert/update on...
February 26, 2004 at 1:11 pm
Contact Microsoft PSS and send the dump files to them for investigation.
February 26, 2004 at 8:41 am
I am not aware of that. Sorry.
February 26, 2004 at 8:03 am
select DATABASEPROPERTYEX( yourdb , 'Recovery')
February 26, 2004 at 7:40 am
What is the query time-out setting in your QA/EM? Verify it from EM --> Tools --> Options --> Advanced tab --> Query Time-out.
February 26, 2004 at 7:31 am
You have to perform extensive test before you know the impact to your database and application.
We have seen performance decrease largely after applied sp3a to our very busy SQL Server...
February 25, 2004 at 3:32 pm
If the query does the order by with the order different than the order of columns in existing index, the query could run into table scan.
As suggested, you should examine the...
February 25, 2004 at 3:25 pm
Can you ping to the server with server name and Have you tried to connect with ip address from your machine?
Check MDAC version on your machine. Try to upgrade it to...
February 25, 2004 at 3:17 pm
How do you perform the simple insert? Do you receive time-out from QA or EM when perform similar insert? Can you post exact error message when time-out occurs?
Can you post hardware configuration...
February 25, 2004 at 3:12 pm
Which version of SQL Server do you run, standare or Enterprise?
1. Not one table has a primary key or clustered index
It is not necessary each table must have primary key or...
February 25, 2004 at 2:01 pm
Are these five machines identical in hardware and configuration? Do you run database statistics update after the restoration?
February 25, 2004 at 9:17 am
Viewing 15 posts - 436 through 450 (of 2,387 total)