Forum Replies Created

Viewing 15 posts - 20,551 through 20,565 (of 26,484 total)

  • RE: The msdb database

    sheppc1214 (6/7/2009)


    On the same topic ...

    Will RESTORE FILELISTONLY command provide the answer to my question ?

    You could have answered this question yourself by reading BOL instead of posting the question...

  • RE: The msdb database

    You want to query the following table: msdb.dbo.backupset.

    You will find a full description of the table in Books Online (BOL), the SQL Server Help System. Press the {f1} function...

  • RE: Generating records without using cursor

    Jeff Moden (6/7/2009)


    Indu (6/7/2009)


    I have gone through the example

    Heh... is it just me or does that really sound pompous and arrogant? 😉

    Nope, it isn't just you. 😉

  • RE: Generating records without using cursor

    Indu (6/7/2009)


    I have gone through the example

    But my concern is how can we loop through all the values of a column with out having cursor in the above example?

    Thanks,

    Priya.

    As Lutz...

  • RE: SQL Server 2005 and VLDBs

    sheppc1214 (6/7/2009)


    Ok, to be more specific, I'll take backing up VLDBs. If my database is 1TB, how do I perform backup with files/filegroups?

    Thanks,

    sheppc1214

    I haven't had to deal with a database...

  • RE: why i can't shrink tempdb data file

    jlab (6/7/2009)


    I'm having a similar issue.. tempdb.mdf grew to a horrendous size while running a seldom used process. Now I can't get the tempdb.mdf to shrink back down, ever after...

  • RE: ObjectOriented DataBase in the SQL

    Hi Flo,

    Actually, I'm not too sure but you may be correct. The OP just seems to focused on object-oriented and inheritance for me to think that a relational databse...

  • RE: ObjectOriented DataBase in the SQL

    Obviously you have already decided that you must have an object oriented database. SQL Server, Oracle, Informix, PostgreSQL, MySQL, are relational database management systems. They are not object...

  • RE: SQL Server 2005 and VLDBs

    Please do not cross post. It only fragments any responses you may recieve.

    Please post any responses here.

  • RE: Are the posted questions getting worse?

    Anyone with more knowledge or information in this area, please hop in and add your 2 cents worth.

  • RE: sql server error

    Here is the problem. The code is not interpreted, it is compiled and executed. Take your original code, and instead of pressing the EXECUTE button, press the PARSE...

  • RE: beggining with sql server 2005

    I agree with Grant and Clive, with one exception. If you really want to get down and dirty with SQL Server, spend the approximately $50.00 USD and get the...

  • RE: What SQL Server Sites do you use?

    Jeff Moden (6/6/2009)


    Whew! Thought you might have been looking for another home. We'd miss the heck out of our favorite "green guy". 🙂

    Why would I leave SSC? ...

  • RE: What SQL Server Sites do you use?

    Jeff Moden (6/5/2009)


    99.99% SQLServerCentral.com - I like folks like you and the others I've come to know and some of the other sites just seem to bloody rude at times.

    You...

  • RE: ObjectOriented DataBase in the SQL

    Why does it have to an object oriented database? If you are starting this project, I start by ask what it needs to do, not how it needs to...

Viewing 15 posts - 20,551 through 20,565 (of 26,484 total)