Forum Replies Created

Viewing 15 posts - 8,506 through 8,520 (of 18,926 total)

  • RE: Rename excel sheet names in SSRS

    I could use that myself... anyone's been able to pull this off?

  • RE: SMO vs SQL-DMO

    I was subscribed to this thread as well. And Jeff only replied to it because someone else posted another solution a couple minutes before him.

    When replying to a thread,...

  • RE: Are the posted questions getting worse?

    P Jones (1/28/2009)


    Today I'm delighted to see that the article which annoyed me with bad grammar and lack of spell checking has been pulled for plagiarism.

    The original was written...

  • RE: The T-SQL Quiz

    Christopher Stobbs (1/23/2009)


    Jeff I hope you Proud changed you code a bit and and still using Setbased.

    Pumps on my machine 7secs

    SELECT TOP 1000000

    CASE

    WHEN ROW_NUMBER() OVER(ORDER BY GETDATE()) %...

  • RE: The T-SQL Quiz

    Piece of cake... no time to finish it, but you get the idea.

    declare @x int, @r3 int, @r5 int

    select @x = 1

    select @r3 = 1

    select @r5 = 1

    while @x <=...

  • RE: The Set-Based Limit

    Assuming my numbers are right, you generated a set of over 480 million codes overnight (before dropping the H8 and 69s)??

    I'd definitly not consider this slow by all means... and...

  • RE: The Set-Based Limit

    Steve Jones - Editor (1/22/2009)


    All software does get procedural, though parallelism might get through some of that, and the interrupt/jumps to new parts as we wait for IO can also...

  • RE: Copy primary keys from one table to another (SQL2K)

    agh100 (1/21/2009)


    Hi,

    Actually I just wanted to make a copy of an entire table and its design...

    Kind regards,

    Anders

    This is a quick and dirty way for the columns : SELECT *...

  • RE: Stumbling on a SQL query - Help!!

    The script that create those objects. Reread the article again to see how to do it exactly.

    The output should look something like this :

    CREATE Table dbo.TableName (Col 1...

  • RE: Are the posted questions getting worse?

    No need for shovels. Just have him dig a hole big enough for the body, then let a good sand storm will it backup, or use your hands in...

  • RE: Stumbling on a SQL query - Help!!

    You don't seem to get "it"

    We can't help you unless we see what you see EXACTLY.

    That means we need a copy of the tables WITH data AND the queries and...

  • RE: How to validate report parameters ?

    Also if you pick the datatype DATE if rs, it'll show a datetimepicker. So the date will be valid as a date. Now will it be valid...

  • RE: Are the posted questions getting worse?

    Do you know what happens when you stare at a work break? You need to take a real break and start posting here for help :D.

  • RE: importing all tables from a database without knowing table names

    Don't worry about it, I recentrly to lookup for somethign in bol and asked a question in here!!!

    Talk about irony :D:w00t:

  • RE: Are the posted questions getting worse?

    What??? almost 20 hours straight without anything posted here... there must be something wierd in the air today... or the work break has just stared :P.

Viewing 15 posts - 8,506 through 8,520 (of 18,926 total)