Forum Replies Created

Viewing 15 posts - 196 through 210 (of 789 total)

  • RE: centralize SQL Server 2008 database

    If your databases are in one Server I think they are centralized, so if you mean to collect all databases in one ...one of the solution is to organize them...

  • RE: Using DATEPART without Select

    I'm not sure what you are trying to do, but it doesn't work!

    Use something like this

    DELETE FROM TABLE

    WHERE your_filed = DATEPART(...)

    Maybe you can find the required results.

    Anyway post the Table...

  • RE: SQL Server 2008 32-bit on Windows 2008 64-bit

    ...and I vote for vstitte's suggestion ... for the TEST environment or maybe any virtual machine!

  • RE: SQL Server 2008 32-bit on Windows 2008 64-bit

    In the hardware can be problem the memory use, I don't know your hardware components that you have in your server but if you have the large memory environment or...

  • RE: The beginning History of SSC...

    Jack Corbett (12/30/2009)


    If you read the About us[/url] link on the left it gives some history.

    Thanks for the info!

    More...info from Steve or Andy or others...?

  • RE: Scripting in SSIS – Part 1

    Thanks for sharing the article in SSC, Andy! :hehe:

  • RE: SQL Azure

    Steve Jones - Editor (12/28/2009)


    Not a bad idea, though I think SQL Azure needs it's own section. It isn't really tied to SQL Server 2008.

    I think for beginning with SQL...

  • RE: Incrementing Values

    Jeff Moden (12/24/2009)


    Dugi, thanks for the kudo but it's not mine alone... take a look at the "credits" on that thing... lots of folks had some great ideas that improved...

  • RE: Incrementing Values

    Jeff really nice job here ...great function!

    Once again I retrieve the same results from this statement:

    SELECT NAME FROM T-SQL_MASTERS WHERE NAME LIKE 'J%'

    The result is;

    Jeff Moden - sorry ah!

  • RE: Need query

    ss-457805 (12/24/2009)


    Jeff,

    This is awesome. You are a Genius.:-)

    I agree with you ... if you SELECT NAME FROM T-SQL_MASTERS WHERE NAME LIKE 'J%' you will retrieve the only result Jeff Moden.

  • RE: Incrementing Values

    First of all your operator here is wrong "=>" it must be >= or <=

    So you declared the parameter but you didn't use it!

  • RE: Need query

    Check the link in my signature, than you will tell us your problem more clearly!

  • RE: Is SQL 2010 in plan of MS?

    Maybe in 2011 will come up the new version of the SQL Server, and I don't know, no reason to call it SQL Server 2010 till it comes in 2011!...

  • RE: New to SQL

    ...what ever you learn SQL Server 2005 or 2008 will be welcome for you... I recommend to learn SQL Server 2008, it includes also SQL Server 2005 and more than...

  • RE: Deleting 5 Million Rows - How To Minimize Impact ?

    Check also this post:

    http://www.sqlservercentral.com/Forums/Topic466626-338-1.aspx

    Have nice deleting with these two alternatives!

    :hehe:

Viewing 15 posts - 196 through 210 (of 789 total)