Forum Replies Created

Viewing 15 posts - 316 through 330 (of 771 total)

  • RE: Extended Properties Introduction

    Great piece!

    Meta Data / Extended Property question:

    I have a PDF file (Man I hate PDF) that has thousands of details on Tables and columns for a very large DB (schema...

    Kindest Regards,

    Just say No to Facebook!
  • RE: How To Work with Files based on file name patterns

    Jeff

    Don't laugh but I'm not that familiar with Command line syntax and so I never thought about trying something like xp_DirTree. Do you know of any examples using xp_DirTree...

    Kindest Regards,

    Just say No to Facebook!
  • RE: How To Work with Files based on file name patterns

    Phil Parkin (2/15/2011)


    IMO this might be simpler if implemented in a Script Task.

    For one with SSIS knowledge/experience this probably is easier to do in SSIS. However if you haven't...

    Kindest Regards,

    Just say No to Facebook!
  • RE: RowCount

    seshasai.n (3/1/2011)


    Hi,

    I dont think so, is it worked or not, better to use sp_spaceused system stored procedure in the cursor, or try to create a dynamic sql to find out...

    Kindest Regards,

    Just say No to Facebook!
  • RE: HOW TO - Resolve 'An INSERT EXEC statement cannot be nested' Error/Problem

    I'm all for BEST PRACTICES so if there is a better way to do this then using the INSERT-EXEC method I'm open to trying it.

    I use this now to...

    Kindest Regards,

    Just say No to Facebook!
  • RE: NoSQL is Not the Answer

    As a frequent visitor of the procedural developer forums I can tell you that a good number of the developers in support of the NOSQL DB's do so because they...

    Kindest Regards,

    Just say No to Facebook!
  • RE: How To Get List of All Servers On The Domain And Store Results In Table

    Craig Farrell (1/31/2011)


    YSLGuru (1/31/2011)


    Perry Whittle (1/31/2011)


    pipe the output of this into a table

    sqlcmd -Lc

    Thanks for the suggestion but do you know if there is an equivelant syntax that shows all...

    Kindest Regards,

    Just say No to Facebook!
  • RE: RowCount

    UMG Developer (2/18/2011)


    Nice little script, but it will return multiple rows for partitioned tables. Here is an updated version that takes care of that:

    SELECT

    o.name AS "Table Name",

    ...

    Kindest Regards,

    Just say No to Facebook!
  • RE: How To Work with Files based on file name patterns

    Jeff Moden (2/14/2011)


    YSLGuru (2/14/2011)


    GOTCHA #1: The process we use to download an d import is proprietary and can not be altered so we can't simply not download the few files...

    Kindest Regards,

    Just say No to Facebook!
  • RE: Hidden RBAR: Triangular Joins

    Jeff Moden (2/17/2011)


    YSLGuru (2/24/2009)


    corey lawson (12/5/2007)


    So... the major problem with your article is that it posts no solutions for the problem at hand, or no pointers to where to look...

    Kindest Regards,

    Just say No to Facebook!
  • RE: How To Get System Uptime via T-SQL

    Thanks guys for replying with the suggestions. I actually stumbled across another method that I went with because of its ease of use. It does require using the...

    Kindest Regards,

    Just say No to Facebook!
  • RE: How To Get System Uptime via T-SQL

    Thanks for sharing ALZDBA but I think thats just for showing how long SQL Server has been running and not the uptime for the Windosw Server its running on. ...

    Kindest Regards,

    Just say No to Facebook!
  • RE: How To Work with Files based on file name patterns

    Craig Farrell (2/14/2011)


    Have you looked at the for each object in SSIS? Perform a loop using the file name's pattern to find all the instances, and then do what's...

    Kindest Regards,

    Just say No to Facebook!
  • RE: How To Override Index Hints without Disabling the Index

    PaUL

    I have a follow-up question now that i read thru the article on Query Plans. I assume you have used this and if thats wrong please let me know.

    If...

    Kindest Regards,

    Just say No to Facebook!
  • RE: How To Override Index Hints without Disabling the Index

    OK Paul I will read it through in it entirety this time.

    thanks

    Kindest Regards,

    Just say No to Facebook!

Viewing 15 posts - 316 through 330 (of 771 total)