Viewing 15 posts - 31 through 45 (of 115 total)
No this is for a SQL Server linked table to a legacy system
November 11, 2010 at 2:08 am
thanks for your help, when I rebuilt the new server I had applied the latest patch.
October 25, 2010 at 7:40 am
The other problem I have identified is that you can't get the Sa password out using the sp_help_revlogin stored procedure see my other thread.
http://www.sqlservercentral.com/Forums/Topic1002245-146-1.aspx
October 25, 2010 at 2:50 am
Thanks. Ran the T-SQL and it generated the following script:
ALTER LOGIN [SA] WITH PASSWORD = 0x01004086ceb66433e82f3f8946c27e33641a8179e4ad419c5811 HASHED, CHECK_POLICY = ON, CHECK_EXPIRATION = OFF
But it still generated the same error:
Incorrect syntax...
October 12, 2010 at 10:17 am
Lowell (10/11/2010)
if you pass a specific login name, it gets scripted if...
October 12, 2010 at 4:19 am
Lowell (10/11/2010)
MarvinTheAndriod (10/11/2010)
Huh? (http://support.microsoft.com/kb/918992/) is sp_help_revlogin. The issue is with regards to transferring the Sa password.
sp_help_revlogin is a script provided by microsoft which scripts out logins and...
October 11, 2010 at 9:55 am
Huh? (http://support.microsoft.com/kb/918992/) is sp_help_revlogin. The issue is with regards to transferring the Sa password.
October 11, 2010 at 9:26 am
So what have to do is install SQL Server + SP2 (re-release version); restore your database and patch it up to your supported version level 9.00.3050. Before restoring it into...
September 1, 2010 at 10:05 am
**BUMP**
May 20, 2010 at 2:43 am
great spotted all the april fools jokes so far to day except this one
April 1, 2010 at 4:01 am
Alvin Ramard (2/26/2010)
Melton (2/26/2010)
SQLDraggon's suggestion sounds good, and more controllable.
... but only if the only way they can create a new database is by using this procedure. You...
February 26, 2010 at 9:46 am
I have found a way to do this through Melton's suggestion. However this is my first experience with policy management. I have evaluated the policy and it confirms that existing...
February 26, 2010 at 9:02 am
GSquared (2/26/2010)
If it's servers for databases, that's SQL security to allow/block database creation on the right servers.
I want them to be able to Create databases, but for the locations that...
February 26, 2010 at 8:52 am
Any help would be gratefully apprieciated. Has anyone been able to install SQL server standard 2005 on windows server standard 2008 x64 bit ?
I have done this on two...
November 5, 2009 at 4:28 am
Jason Shadonix (11/3/2009)
Are you sure you installed everything? (i.e. Did you just install the client tools, and not the database services?)
Yes I have, and I have repeated...
November 4, 2009 at 2:11 am
Viewing 15 posts - 31 through 45 (of 115 total)