Viewing 15 posts - 301 through 315 (of 485 total)
You may have a problem with the user having just db_ddladmin role. Any tables/objects he creates will be owned by his login, and will not be accessible to any other...
Mark
January 16, 2006 at 9:26 am
Anthony;
It certainly sounds like your Server2 mixed mode authentication is not set. All cases that you specified indicate that problem on Server2. I suggest double-checking Authentication mode on Server2.
You mention...
Mark
January 16, 2006 at 9:04 am
Are you in the sysadmin role?
If so, it may be that when you are running the query in your QA, it is impersonating your account (not the SQL Service...
Mark
January 16, 2006 at 8:58 am
Yes, I have been having the (slowly) degenerating eyesight, also. I had read an article or suggestion many years ago about taking breaks for the eyes. So I try to...
Mark
January 9, 2006 at 4:10 pm
You cannot use SAVE TRANSACTION with a distributed transaction.
I will take a few guesses here at what you are trying to do.
If you are not intending to do a...
Mark
January 1, 2006 at 11:45 am
Just as the error message says, you cannot use Save Transaction with distributed transactions. From BOL:
Mark
December 23, 2005 at 7:03 am
How large is the database?
What about setting up a custom MSDE instance install, with SA password that only you know, and with only SQL logins that you control (in...
Mark
December 14, 2005 at 6:54 am
You may be thinking that is the case because that is how Access databases work. SQL Server does not work that way.
Records may be stored in any order that SQL...
Mark
December 6, 2005 at 9:08 am
I am not much of an expert on replication and what is required or not, but I believe the only concern regarding indexes (clustered or not) are to consider that...
Mark
November 22, 2005 at 1:47 pm
Your situation is why uniqueidentifier columns (guid) were created in SQL Server.
I suggest that your problem with inserts are not because of guids, but because the tables are physically...
Mark
November 22, 2005 at 12:08 pm
It depends on the ODBC driver. If you right-click on the linked server, you can set the ODBC settings there, but the exact syntax will depend on the driver.
In addition,...
Mark
November 22, 2005 at 8:58 am
I had a similar situation with another ODBC driver (to AS/400), but this may also apply.
Your connection links are using several libraries and translating and transmitting basic SQL commands...
Mark
November 18, 2005 at 6:43 am
It has been my experience that nt_username will only have a value if the connection was made using Windows Authentication (Integrated Security=SSPI in the ADO connection string, Trusted_Connection=Yes in ODBC...
Mark
November 18, 2005 at 6:31 am
There are some "gotchas" in running the setup. Check this article for the details on how to upgrade SQL Server editions:
How to perform an edition upgrade within SQL Server...
Mark
November 1, 2005 at 11:22 am
Viewing 15 posts - 301 through 315 (of 485 total)