Forum Replies Created

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

  • RE: Length

    Almost made me really thank God for an easy Friday question, only to find that the question and the answer are based on two completely different data types! 🙁

  • RE: Dating for DBAs

    UMG Developer (4/5/2011)


    Nice question, thanks!

    How many people actually use the ODBC date literals?

    Talking of Dating...I do 😉

    Seriously, our product does use ODBC date literals, and hence this one was an...

  • RE: Foreign Keys

    Gopinath Srirangan (4/5/2011)


    ......

    3. Without having primary key or unique key just create unique clustered or non clustered index.

    Below code still gives the same result without defining primary or unique key.

    So...

  • RE: Foreign Keys

    martin catherall (4/5/2011)


    Great question.

    One thing that I'd add is that as the unique key will be created as a non-clustered index where as the default for a primary key is...

  • RE: Foreign Keys

    The fact that the actual test was to demonstrate that a FOREIGN KEY does not necessarily have to reference a PRIMARY KEY, and can also reference a UNIQUE KEY -...

  • RE: SQL 2005 instances

    The SQL Server Configuration Manager will help you get rid of the alias.

    As far as pointing out code issues, yes, Profiler is one of the tools that you would use....

  • RE: Cannot Install SQL2008R2 on Windows7

    What edition of Windows 7 is this? (Home Basic/Home Premium/Professional/Ultimate)

  • RE: Latch Wait

    IO latches mean hardware - Your I/O subsystem, i.e. the disk is not responding fast enough which means that the SQL Server is spending more time waiting for the data...

  • RE: SQL 2005 instances

    No wonder you cannot find DB1 as a separate server - both DB1 and DB2 are aliases of each other!

    As far as the need for more memory is concerned -...

  • RE: Delete the VLTB in sqlserver 2000

    Balaji,

    1. There is no such thing as "no transaction log" - all operations are logged - it's just that whether or not you want it to be minimally logged, bulk-logged...

  • RE: rename sa user

    willtwc (3/22/2011)


    Did a test in renaming the sa account. After renaming the account, I immediately run a test sql job which ended ok.

    However a little while later (which is...

  • RE: Transaction replication question

    Database mirrroring is a good option and alternate for replication. You may choose the SAFETY option, which will cause synchronous mirroring (and transactions on Primary will not be committed unless...

  • RE: How to find out the IP Address of a sqlserver instance

    balaji.ganga 68339 (4/4/2011)


    Hi

    I want to find out the sqlserver instance ip address.

    if i run the ping command using instance name and its shows "could not find the...

  • RE: SQL 2005 instances

    Is DB1 a mirror of DB2? Go into SSMS -> connect to DB1 & 2, navigate out to Server Objects->Endpoints->Mirroring endpoints.

    The other possibility is that you have log shipping configured,...

  • RE: Deleting large number of rows from a table & a heap in a VLDB

    APP_SQL (4/3/2011)


    First of all, great article and very insightful so thanks for taking the time to write it. I do have one question about the approach you explained for deleting...

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