Viewing 15 posts - 1 through 15 (of 16 total)
I get an the following when I run the query.
[Microsoft][ODBC SQL Server Driver][Sql Server]Internal SQL Server error.
When I use the code formated above I get the following
Server: Msg 8624, Level...
January 16, 2008 at 12:32 pm
You are correct, the ( open paren was dropped as I tried to format the data. If you look at my previous post, it was in fact a...
January 16, 2008 at 12:18 pm
Sorry, I don't see the Code option in the IfCODE shortcuts
January 16, 2008 at 10:21 am
Sorry about the confusion. The 'group by' clause which is causing the problem is the very last use of 'group by', just before the 'order by' clause at the...
January 16, 2008 at 10:18 am
I believe that it does, but when I try to check the permissions of the role the user is assigned to Enterprise manager hangs and never comes back with the...
October 12, 2007 at 12:18 pm
I made the change in EM and tried building the DB. I worked like a champ. Thanks to all for your suggestions.
July 11, 2007 at 6:46 am
Wow,
You guys really can beat a dead horse. Just kidding! The reason I am asking is that I have a SQL database one an...
July 9, 2007 at 4:10 pm
Can the identitity property be disabled on multiple tables at the same time? Use this command: SET IDENTITY_INSERT OFF
July 6, 2007 at 1:01 pm
Thanks for your replies.
I will take it all under advisement.
July 6, 2007 at 12:50 pm
I thank everyone for thier responses to my query, but I am still unclear on one aspect.
It is my understanding that DBCC shrinkfile can only shrik a file to...
December 29, 2006 at 7:36 am
Thanks for your reply. This article in books online was very helpful. However it leads me to expand my question. I would first like to explain my situation a little...
December 28, 2006 at 12:59 pm
I created a SQL job that ran every one minute to delete from <trace Table> where textdata=''
This took care of the issue and limited the size of the table, however...
August 1, 2006 at 7:21 am
This is the best way that I have found to move a Tempdb to a new drive location when a drive fails. Scroll down on the article until you see...
July 26, 2006 at 5:12 pm
Phil,
In this case unfortuanatly I am constrained by the application which I am using. While the architecture you suggest does make much more sense from an insert and IO perspective, unfortunately...
July 11, 2006 at 8:59 am
Viewing 15 posts - 1 through 15 (of 16 total)