Forum Replies Created

Viewing 15 posts - 1 through 15 (of 30 total)

  • RE: Things you wish you would have found about Data Mining

    Awesome GS thank you for the post very good info.

    Never stop learning or you will be left behind.
  • RE: xp_cmdshell Lunacy

    Always a great feeling. hahaha

    Never stop learning or you will be left behind.
  • RE: xp_cmdshell Lunacy

    Most likely i would have Powershell control it and call a SP in SQL kinda of the best of both worlds. My job is more sys admin than DBA and...

    Never stop learning or you will be left behind.
  • RE: xp_cmdshell Lunacy

    Jeff Moden (2/16/2012)


    cw.izatt (2/16/2012)


    Why not? SQL is perfectly capable of handling it and if it is a dedicated SQL Server it is probably the best tool to use.

    After thinking...

    Never stop learning or you will be left behind.
  • RE: xp_cmdshell Lunacy

    First question, What account does it run under when scheduled? any ideas on what piece is failing? My thought is that it is a permission issue and that is why...

    Never stop learning or you will be left behind.
  • RE: xp_cmdshell Lunacy

    Why not? SQL is perfectly capable of handling it and if it is a dedicated SQL Server it is probably the best tool to use.

    After thinking about it either...

    Never stop learning or you will be left behind.
  • RE: what is the best alternative for cursors and while loops in SQL server stored procedure?

    Please give more info, but why would you use a loop for something like that?

    Never stop learning or you will be left behind.
  • RE: xp_cmdshell Lunacy

    I agree with above, why handle all of that inside SQL?

    Never stop learning or you will be left behind.
  • RE: Primary Keys are necessary for good database design

    Jeff Moden (1/9/2012)


    @cw.izatt ,

    Did you actually check for an absence of FKs or just an absence of PKs? I ask because UNIQUE constraints will suffice for the instantiation of...

    Never stop learning or you will be left behind.
  • RE: Primary Keys are necessary for good database design

    I will give a really good example: we recently installed imaging software from one of our vendors and when i was trying to check to make sure all of our...

    Never stop learning or you will be left behind.
  • RE: Difference between a server in general and SQL server?

    Just as a note, make sure you spec out the server for growth meaning don't short your self on spindles and ram you might need a year from now.

    Never stop learning or you will be left behind.
  • RE: Landing My First Job

    I will add I am new to SQL and been at my sys admin job for over a year now and I have full control over our databases. I am...

    Never stop learning or you will be left behind.
  • RE: Urgent Help!!

    these might help

    http://www.thewebsiteisdown.com/

    Never stop learning or you will be left behind.
  • RE: How to import multiple CSV files.

    Lowell (6/23/2011)


    ok, BULK insert's about a zillion times easier to use than SSIS.

    your original table definition that you posted is missing two columns that appear in your data, country, and...

    Never stop learning or you will be left behind.
  • RE: How to import multiple CSV files.

    Welsh Corgi (6/23/2011)


    dji (6/23/2011)


    The SSIS method would require learning a whole new language by the sounds of things? My only experience with SSIS is through the wizard which offers no...

    Never stop learning or you will be left behind.

Viewing 15 posts - 1 through 15 (of 30 total)