Viewing 15 posts - 181 through 195 (of 629 total)
Without data, it just sounds like you want to change the ordering the data shows up... look at this example:
DECLARE @T AS TABLE (Col1 int, Col2 varchar(255), Col3 int)
INSERT INTO...
March 29, 2009 at 7:16 pm
Database Expiry date is not for deleting old backups; it indicates when the file can be overwritten. But since you are using the maintenance plans the file name will...
March 29, 2009 at 7:12 pm
The user in question is mapped to dbo, if you don't want the user to have DBO. Change the database properties, change owner to sa. Then you should...
March 29, 2009 at 7:02 pm
I am not understanding what you are asking? If you are thinking of mapping the SA account I wouldn't advice it; because that is a huge security risk. ...
March 29, 2009 at 7:01 pm
sp_change_users_login is a stored procedure that remaps the SID (SQL LOgins only)
So Server A:
You have a Username JoeSmith with ID12 ...
when you move it to Server B..
ID12 is JohnAnderson but...
March 28, 2009 at 9:30 pm
I have some other people trying this I am not sure how well it works ...
1) Create SQL Server logins on both servers with same name.
2) Create job on that...
March 28, 2009 at 7:12 pm
francis (3/28/2009)
March 28, 2009 at 6:35 pm
Heh, that was my attempt to do it without using CROSS APPLY; for databases running in 80 compatibility mode. Which failed horribly, only solution I found was to do...
March 28, 2009 at 3:53 pm
Hi,
You can't see anything in your drive C? Or your structure looks different then what you expect when you go backup? Is...
March 28, 2009 at 12:59 pm
Please don't double post, replies here.
March 28, 2009 at 12:51 pm
francis (3/27/2009)
March 28, 2009 at 12:49 pm
Agree here I have learned a lot reading posts here; another good part of this form is just not the answers the questions.
You'll run into questions that you haven't thought...
March 27, 2009 at 1:56 pm
In SQL Server failover configuration in two nodes (Active-Passive) it is only one SQL Server even though you are using two computers. So when changing passwords on the SQL...
March 27, 2009 at 11:30 am
Thanks for sharing :).
Thanks.
Mohit.
March 27, 2009 at 11:24 am
Viewing 15 posts - 181 through 195 (of 629 total)