Forum Replies Created

Viewing 15 posts - 181 through 195 (of 629 total)

  • RE: SSRS (2K5) - Re-ordering the Groups

    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...

  • RE: need backup strategy

    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...

  • RE: login error

    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...

  • RE: Mirroring question

    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. ...

  • RE: Mirroring question

    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...

  • RE: Mirroring question

    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...

  • RE: Mirroring question

    francis (3/28/2009)


    First, thanks to all. I am concentrating on the mirroring database. I have two databases (where there are more databases but only two are my targets) which I...

  • RE: Locking in insert statement

    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...

  • RE: Can't change directory in a backup

    Hi,

    You can't see anything in your drive C? Or your structure looks different then what you expect when you go backup? Is...

  • RE: SQL Server 2005 SP2 (reinstall) after installing Reporting Services problem

    Please don't double post, replies here.

  • RE: Mirroring question

    francis (3/27/2009)


    I have a question which may be dumb. Please be patient. I understand that the database mirroring is for user database only!? How could I ensure the...

  • RE: Benchmarks for new server

    Double post, replies here.

  • RE: Basic SQL Exercises

    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...

  • RE: Change sa password on 2 node Cluster

    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...

  • RE: Incorrect Syntax emailing query results

    Thanks for sharing :).

    Thanks.

    Mohit.

Viewing 15 posts - 181 through 195 (of 629 total)