Viewing 15 posts - 166 through 180 (of 871 total)
Not a bad idea Cliff, but no go ...
June 14, 2010 at 7:39 am
Kenneth Langner Jr. (6/11/2010)
http://msdn.microsoft.com/en-us/library/aa337083.aspx%5B/quote%5D
Thanks Ken, already went through it.
June 11, 2010 at 2:12 pm
Kenneth Langner Jr. (6/11/2010)
June 11, 2010 at 1:51 pm
Check your error log to get the full error ... More than likely you'll need to google that and you'll find that it's probably a service pack and/or cumulative update/hot...
May 6, 2010 at 1:40 pm
I went through this oh so fun exercise not all that long ago (http://www.sqlservercentral.com/Forums/Topic830172-1042-4.aspx#bm846351).
Basically ...
- Install the Oracle Client (you only need the OLE DB component)
- Set your tnsnames appropriately
-...
May 6, 2010 at 1:39 pm
shannon714 (5/6/2010)
It's been a while so I hope you already found your answer. If not, Tim Ford had a good tip to put this at the beginning of...
May 6, 2010 at 1:36 pm
Jeffrey Williams-493691 (4/23/2010)
How are you connecting to the database? If you are using a registered server - check to see what the default setting is for that registered server.
SSMS/SQLCMD,...
April 23, 2010 at 1:34 pm
MeltonDBA (4/23/2010)
April 23, 2010 at 9:23 am
IF EXISTS (SELECT [name] FROM sys.server_principals WHERE [name] = 'MyDomain\MyGroup')
DROP LOGIN [MyDomain\MyGroup]
GO
CREATE LOGIN [MyDomain\MyGroup] FROM WINDOWS WITH DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english]
GO
When running a new query in SSMS, it defaults me to...
April 23, 2010 at 9:00 am
Interesting, the lasttime is always 0 even in 2000, crap.
So is this data available anywhere?
April 23, 2010 at 8:56 am
It turns out that the label is very confusing. There is a bug filed on it in the SQL bug database and it will hopefully get fixed in the...
April 23, 2010 at 8:43 am
Interesting, I as well have this ...
Being that SELECT SERVERPROPERTY('Edition')
is telling me 64bit, and my o/s is telling me it's x64, I'm pretty certain that it's simply something wrong...
April 23, 2010 at 8:38 am
stewartc-708166 (4/23/2010)
that has effectively stymied me.I have checked the creation of a user, without specifying a default database, and it automatically defaults to "master".
You and me both. I just dropped...
April 23, 2010 at 8:26 am
MeltonDBA (4/23/2010)
Adam Bean (4/22/2010)
Any thoughts?
The only though I have is on this page it mentions:
When you first connect to an instance of SQL Server, the default database for the login...
April 23, 2010 at 8:24 am
Viewing 15 posts - 166 through 180 (of 871 total)