Viewing 15 posts - 1 through 15 (of 83 total)
I was able to create a new table using the import/export wizard. The wizard was nice as it created the correct columns needed in order to hold the unicode...
November 15, 2011 at 8:29 am
Sometimes the logins become orphaned. Try running the following to see if any logins pop up:
USE <database_name>;
GO;
sp_change_users_login @Action='Report';
GO;
If you do have rows returned, here are the instructions on...
October 7, 2009 at 1:17 pm
Dean Jones (8/3/2009)
Just a quick question guys.
I was looking at all the edition comparison for SQL 2005, and it does say that SQL 2005 standard does use OS maximum for...
August 3, 2009 at 10:54 am
SQL_Easy_btn? (8/3/2009)
We built a server to replace 'ServerA' a production server, while we were getting 'ServerB' ready we had it on the domain. We could connect to the server using...
August 3, 2009 at 10:33 am
diane.payne (8/3/2009)
August 3, 2009 at 10:23 am
Thank you to everyone for your responses thus far. They are appreciated!
We believe we have a license agreement with WinZip - I will look into that further.
I...
July 17, 2009 at 1:43 pm
andy russell (6/11/2009)
Are they really just counting on this huge select or did you add that for debugging or something?
The query is "as is" minus replacing a few strings with...
June 12, 2009 at 10:05 am
Jeffrey Williams (6/9/2009)
June 10, 2009 at 1:49 pm
Update: I have now confirmed that the query is trying to utilized more than 64GB of tempdb data file.
June 9, 2009 at 4:33 pm
Mohit (3/23/2009)
March 24, 2009 at 7:16 am
Is there any easy way to determine if a hotfix requires the active node or includes desktop tools?
Thanks,
Jen
March 24, 2009 at 6:26 am
cutedeveloper (3/13/2009)
Hi Veteran!Have you resulted your problem with the SQL Server Agent service? What was the problem?
Could you please share it?
Thanks,
Eugene
🙂
Sorry to report that we did not find a...
March 13, 2009 at 2:50 pm
PaulB (3/1/2009)
28547, 0000, "connection to server failed, probable Oracle Net admin error"
// *Cause: A failure occurred during initialization of a network connection
// ...
March 2, 2009 at 9:04 am
andrew.hatfield (2/3/2009)
Sounds like your shortcut was in either C:\Documents and Settings\All Users\[Desktop|Start Menu]\ or C:\Users\All Users\[Desktop|Start Menu]\
The location of the shortcut was the following:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft SQL Server 2005
February 4, 2009 at 1:26 pm
All, I was able to resolve this. I had updated the shortcut on my start menu to run SSMS as administrator. I found that running this would be...
February 3, 2009 at 2:25 pm
Viewing 15 posts - 1 through 15 (of 83 total)