Viewing 15 posts - 4,156 through 4,170 (of 9,707 total)
UnicornsRreal (7/18/2012)
Did anyone find a solution to this?
Start a new thread with all relevant details (including the answers to the questions on this thread). You'll get more hits that way....
July 18, 2012 at 7:26 am
SQLKnowItAll (7/16/2012)
Brandie Tarvin (7/16/2012)
The asterick isn't helping you much, either. Try breaking that down to individual column names.
Although I am not a fan of using *, how will eliminating that...
July 16, 2012 at 12:17 pm
Unfortunately, you can't have both fast inserts and fast reads. You're going to have to pick one or the other, fast inserts and slow reads or slower inserts and faster...
July 16, 2012 at 10:33 am
Lowell (7/16/2012)
And Whatever ever happened to the killer bees that were supposed to kill everyone along the US border as they migrated north?
I thought that was Bird Flu ... or...
July 16, 2012 at 7:56 am
Lynn Pettis (7/3/2012)
Mr. Celko actually posting a helpful reply!
Already happened once. We're still here.
A little singed, but still here.
July 16, 2012 at 7:56 am
Jeff Moden (7/16/2012)
mtillman-921105 (7/11/2012)
'Guess it's time for me to pu away my aluminum floil[/url] now. MIT has researched the effectiveness of tin foil hats. :w00t:[edited link]
Heh... their testing was...
July 16, 2012 at 7:53 am
L' Eomot Inversé (7/15/2012)
July 16, 2012 at 7:50 am
Is GAH a word? If so, that's my random word of the day.
GAH!
July 16, 2012 at 7:27 am
Don't have the packages kick off child packages. Have the SQL Job run each individual package (even the "child packages") as individual steps that only run if the "parent" package...
July 16, 2012 at 7:23 am
Is it just me or does the last bit of code have an extra single quote mark? Or maybe is missing one?
Also, please explain to me how @last_upload is not...
July 16, 2012 at 7:21 am
EDIT: changed question.
Why are you using LIKEs using wildcards on both sides of the keyword? You do it 3 times.
Also, you added a table to Scott's original query in the...
July 16, 2012 at 7:07 am
Arman Khan (7/11/2012)
I need you help in writing SSRS Expression which counts the Total Values from Start of Month(Date) and GetDate.
For Example:
=SUM(
IIF(Fields!rpt_date.Value = Parameters!RptDate.Value
And Fields!Mot.Value...
July 13, 2012 at 12:40 pm
Post the code inside the window using the IFCodes please. Many of us don't open attachments. Also, post DDL with sample data so we can help you better.
July 13, 2012 at 12:36 pm
More information.
When we call the webservices directly from the service, it doesn't timeout at the 15 minute mark. Only when we call it from the SSIS package does it timeout.
Does...
July 13, 2012 at 12:35 pm
bitbucket-25253 (7/13/2012)
Revenant (7/13/2012)
Lynn Pettis (7/13/2012)
Brandie Tarvin (7/13/2012)
YAY for people who still allow SQL Injection on their servers! (NOT!)http://news.cnet.com/8301-1009_3-57470786-83/hackers-post-450k-credentials-pilfered-from-yahoo/%5B/url%5D
Yes, saw that on twitter yesterday.
Some people will never learn I guess.
I am...
July 13, 2012 at 12:31 pm
Viewing 15 posts - 4,156 through 4,170 (of 9,707 total)