Viewing 15 posts - 571 through 585 (of 1,248 total)
Could you use SQL 2005? There is a pivot function there. Or you export your data to 2005, pivot, then, import back to your SQL 2000?
March 11, 2008 at 12:16 pm
I do not think you can. MS SQL Server runs transactions as atomicity. It is similar to standing on a staircase. You stand either on one step or another. But...
March 11, 2008 at 12:12 pm
Steve:
Thank you for your input. Sybase is really headache in manipulation. But it is much more stable than MS SQL Server.
Managing the space of database devices and segments in...
March 11, 2008 at 12:05 pm
I never heard the domain change of SQL Server in mixed mode. Could you explain a little bit more in detail?
Many thanks in advance.
If you are talking about the change...
March 10, 2008 at 7:55 pm
Most likely, it is a security issue. Ask your DBA ro check.
It may also be the mess of database configuration. But it is weird.
Here are some links for your future...
March 10, 2008 at 2:19 pm
Do you use SP4? If so, it is a bug inside. Try to apply the latest hotfix.
March 10, 2008 at 2:04 pm
Did you have any chance to read the article in the following link?
http://www.microsoft.com/technet/prodtechnol/sql/70/proddocs/diag/part3/75528c13.mspx?mfr=true
March 10, 2008 at 2:00 pm
AD: Active Directory. A term in Windows Server.
March 10, 2008 at 1:50 pm
If you use SQL 7, you may try to expand your database. There is a bug there. But first of all, you had better try your best without changing your...
March 10, 2008 at 1:47 pm
You may try to create a role in a database level, and include it as an application role. You need provide password for this role.
March 10, 2008 at 1:40 pm
What is replication type between your server1 and server2, snapshot, or transactional, or merger? push or pull?
Are your 3 tables among those 50 replicated tables?
March 10, 2008 at 1:34 pm
Did you have chance to read the article in the following link?
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=322173&SiteID=1
Basically, try to restart your SQL Server Agent.
March 10, 2008 at 1:18 pm
Did you try to run DBCC OPENTRAN? It can tell you whether or not your transaction is still running?
March 8, 2008 at 4:57 pm
Did you check the range of identity in the affected column? The snapshot shows your insert hit the ceiling of its range.
March 7, 2008 at 2:38 pm
Viewing 15 posts - 571 through 585 (of 1,248 total)