Forum Replies Created

Viewing 15 posts - 14,566 through 14,580 (of 26,486 total)

  • RE: get meta data

    Check Books Online for the sys.tables and sys.columns system tables.

  • RE: Are the posted questions getting worse?

    Tom.Thomson (6/19/2011)


    Dave Ballantyne (6/19/2011)


    Ok , so we all have differing opinions of Celko, but a response after three and a half years :crazy:

    http://www.sqlservercentral.com/Forums/FindPost1127806.aspx

    I don't think many threadizens will find...

  • RE: surprise with the version in 2008

    The help about is going to tell the version of the client tool while the @@version is going to tell you the version of the database server to which you...

  • RE: SA password lost

    None that I am aware of at this time.

  • RE: 70 448 dump link required

    Attempting to use brain dumps to study for certification exams will cause you problems. What you really need to do is study and learn the concepts that are tested...

  • RE: Help with update statement

    Sorry, but I'm confused as to what you are trying to accomplish. You provide some very basic table structures and sample data but you really to show what the...

  • RE: surprise with the version in 2008

    If all you installed was the client (SSMS) then it is possible that it is connecting to a SQL Server 2005 server. You can use SQL Server 2008 client...

  • RE: SQL 2008 R2 64bit - Tools to analyse transaction log

    A few questions first. What is the problem you have encountered? What recovery model are you using for the database?

  • RE: Optimized query

    Why are you using a full join instead of an inner join?

  • RE: multi-table query: returning data when one table has nothing?

    It would help if you would provide the DDL for the tables (CREATE TABLE statements), sample data for each of the tables (a series of INSERT INTO statements), expected results...

  • RE: cursor in SQL

    Please provide the DDL for the table(s) (CREATE TABLE stetment(s)), sample data for the table(s) (a series of INSERT INTO statements s for the table(s)), expected results based on the...

  • RE: query help

    Would help if you provided the DDL for the table (CREATE TABLE statement), sample data (series of INSERT INTO statements), expected results based on the sample data. You have...

  • RE: database mirroring

    Syed Jahanzaib Bin hassan (6/13/2011)


    Check the LSN number of Transaction Log Backup File,you can check also this LSN information from backupset in the msdb database

    then verify this back_set_id in the...

  • RE: Row comparision

    Start by reading the first article I reference below in my signature block regarding asking for help and then follow the adive in the article. We need the table...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (6/13/2011)


    Brandie Tarvin (6/13/2011)


    I think I figured out why the UG in Jax is so popular. According to some news item floating around, Jacksonville, FL is the place to...

Viewing 15 posts - 14,566 through 14,580 (of 26,486 total)