Forum Replies Created

Viewing 15 posts - 136 through 150 (of 172 total)

  • RE: Isolation Level

    Thanks a lot GilaMonster and GSquare to provide me good descreption. I read each post and at last i understood as below:

    Non-Repeatable reads: Rows that disappear are non-repeatable reads.

    That...

  • RE: Isolation Level

    Thanks a lot ! Given link is very helpful to understand those three terms with an example.

    http://msdn.microsoft.com/en-us/library/aa213029(v=SQL.80).aspx

    but I am not cleared about Phantom Reads. It looks same like...

  • RE: How to connect to SQL Server?

    Hi Alan,

    as per your logs error:

    "Error: 18456, Severity: 14, State: 58. Login failed for user ''. Reason: an attempt to login using SQL autentication failed. Server is configured for windows...

  • RE: How to connect to SQL Server?

    Hi

    I think you need to add specific rights to your windows account through which you are connecting Dabasae engine.

    Go to user's properties and select MemberOf tab and add the...

  • RE: multi user in sql server

    According to me, each database restric access is set to "Multi_User" by default. So no need to perform anything. I have one sql server instance isntalled on another machine and...

  • RE: Copy a database, then test its restore...

    Hi Hector,

    Is import/Export good solution?

    I mean we will first export db to excel file and than copy that excel file to remote server where we can import that db.

    Thanks,

  • RE: Update State

    Yes, I am asking question. I have not observe it before but i attended an interview and inverviewer asked me this question " What is update state?"

    So i want to...

  • RE: Mirroring Error

    It is working... !! I just try to failover it and could see the chagnes in status of mirror database from "Restoring..." to "Principal, Synchronized" and vice-versa.

    Thanks all of you...

  • RE: Mirroring Error

    It is working... !! I just try to failover it and could see the chagnes in status of mirror database from "Restoring..." to "Principal, Synchronized" and vice-versa.

    Thanks all of you...

  • RE: Mirroring Error

    Thanks for the response Perry !

    Yes, I tried to refresh database but status "Restoring..." not chagned. I ran the query you given on both principal and mirror database and can...

  • RE: Mirroring Error

    I did that... I restored backup with NORECOVERY option and than restore transaction log backup with NoRecovery option.

    I setup mirroring and can see "Principal, Synchronized" status of Primary database....

  • RE: Mirroring Error

    Yes Pettis,

    I selected the option " Restore With Norecovery" during restore of db. But still the same status.

  • RE: Replication of the SQL-Server

    Is TCP\IP and named pipe services enabled ?

    To enable them you need to go to Configuration tool--> SQL Server configuration manager-->SQL Server Network Configuration and on the right pane click...

  • RE: Primary key

    Thanks Vinu for suggestion, i tried it but it did not work when I save the changes.. its give me an error..

    "Saving changes is not permitted. The changes you have...

  • RE: Primary key

    Thanks a lot Pettis and Paul !

    Now i m cleared about primary key concept. I also tried to insert a column using Alter command with not null, but it did...

Viewing 15 posts - 136 through 150 (of 172 total)