Forum Replies Created

Viewing 15 posts - 286 through 300 (of 1,243 total)

  • RE: Delayed gratification or not?

    Jeff Moden - Monday, December 11, 2017 6:25 AM

    "Delayed Gratification" and "Patience" have a whole lot to do with each other and...

    ----------------------------------------------------

  • RE: Stored Procedure Dynamic SQL using sp_executesql Not working

    TheSQLGuru - Monday, January 22, 2018 11:13 AM

    Luis Cazares - Monday, January 22, 2018 8:46 AM

    ----------------------------------------------------

  • RE: With Schemabinding

    Not sure how much this would help, as I've not done this, but when dealing with the order of dependencies there is the a system procedure ,sp_depends, that...

    ----------------------------------------------------

  • RE: opening a rowset failed

    And you did not rename of Excel sheet ,it is still Page1 ( I dont know if trailing spaces in the name  would make a difference but might as well...

    ----------------------------------------------------

  • RE: opening a rowset failed

    I would also throw in there to check that you or someone else does not have the Excel file open.

    ----------------------------------------------------

  • RE: What exactly are window functions and partitions?

    In your data you may have sales where State is a column, along with storeName. If you want want to rank your best selling stores you can sum sales and...

    ----------------------------------------------------

  • RE: SET the results

    I'm glad I'm not the only one that missed the SET as I was thinking SELECT as well. Nice one Steve.

    ----------------------------------------------------

  • RE: Finding Table Constraints With Column Level Detail

    I uploaded some pictures to help illustrate what was mentioned in a prior post. You can right click the database, select the tables you want to script out and what...

    ----------------------------------------------------

  • RE: SQL server 2014 slower on more powerful desktop than a laptop

    I wonder if the SSDs are identical, as in reads/write (throughput? ) per second and such.

    ----------------------------------------------------

  • RE: Finding Table Constraints With Column Level Detail

    This will give you a list of the system views that have information on check, default, and other constraints > 


    select * from sys.all_views
    where...

    ----------------------------------------------------

  • RE: Unregistered Component Error in SSIS

    Is this a solution that was created on another machine that you are now trying to run on yours? DO you have the Integration service running (not just the SSDT...

    ----------------------------------------------------

  • RE: Server Not Responding

    Do you know if something was thrashing one of the disks? That is, some process doing some intense read or write? An anti-virus would make sense. If you approach the...

    ----------------------------------------------------

  • RE: How Far are You Willing To Go To Get Something?

    This is a great conversation. I suspected from the time I was a student in college, and later learned, that the tools available in software were not being fully learned...

    ----------------------------------------------------

  • RE: Please explain what this Trigger query does

    Heh, No worries at all Jeff. I am impressed that you found this! I had long forgotten about this topic. It is quite a busy world out there, no embarrassment...

    ----------------------------------------------------

  • RE: Table variables

    Good question. I did not see in the documented link the mention of table variables. Did I miss something?
    Thanks

    ----------------------------------------------------

Viewing 15 posts - 286 through 300 (of 1,243 total)