Viewing 15 posts - 1,666 through 1,680 (of 1,883 total)
I don't think this is a switch. Raymond says it pingable all the time without interruptions. But is is good to test. Why don't Raymond plugs in his computer to...
January 11, 2005 at 9:49 am
Nicholas is right. It is
dsget user command with memberof parameter. See
This is not SQL but OS command and the executables may exist on the servers, I am not...
January 11, 2005 at 9:38 am
Sure I did. Some people are resoursful.
To deal with it:
1. run sp_changedbowner 'sa'
This way you at least will have a valid database owner. Or change the owner to some other...
January 10, 2005 at 10:17 am
Brian,
Thanks!!!.
Now we have to work on the exit strategy. I do have one system procedure modified to comply with the business process. I will have to work with the application vendor...
January 10, 2005 at 10:04 am
To bkelley:
Brian, one of your advises is to modify sp_password. I already posted topics in 2005 section, I can NOT get to the text of system stored procedures in 2005....
January 9, 2005 at 3:00 pm
Hi,
Was it a standard login or a Local Windows user and you are restoring to another server? In this case SID (security ID) of the user will be different.
Please, ask...
January 7, 2005 at 12:23 pm
I did not have issues yet when creating and using the databases for development by restoring backups of production database on the same developmet server several times under different names....
January 7, 2005 at 12:19 pm
PBirch,
Thanks. I did not read those 2 books marked by you as advanced, I read "Inside Microsoft SQL Server...", BOL and MSDN articls. I will take a look at those books...
January 7, 2005 at 12:07 pm
dgrover,
This is a good function. I will save it for the conversion from string to date, very helpful.
I probably have just to create a user-defined function for stripping time out...
January 7, 2005 at 8:52 am
Dave,
This procedure was used as an example. I can not see text of ANY stored procedure
January 7, 2005 at 8:46 am
Dave,
I can not see text of ANY stored procedure. sp_adduser was just an example.
Yelena
January 7, 2005 at 8:45 am
Hi,
Talking about the ANSI /Unicode conversion
Is there an easy and automated way to convert an ANSI text file to Unicode text file? We are taking over some app where the...
January 5, 2005 at 10:51 am
Brian,
Don't forget to turn on your pager after that.
People who install SQL server with a blank password tend to use it in the applications for connection strings. Those applications will not...
January 5, 2005 at 10:12 am
Dgrover,
I do sometimes use your #3 Getdate() - 3
what about #2? the ConvDate function? it is not SQL function. I think it is Unix or something unless you have written...
January 5, 2005 at 9:53 am
Hi all,
I always do sp_changedbowner 'my_login_who_will be_mapped_to_dbo'
It always says that all existing references are re-mapped. Since I usually make dbo mapped to the login SA, the first parameter is...
January 5, 2005 at 8:25 am
Viewing 15 posts - 1,666 through 1,680 (of 1,883 total)