Viewing 15 posts - 3,751 through 3,765 (of 9,399 total)
The reason you can't pass individual parameter values is that the function is accepting a table, not individual values.
February 29, 2016 at 5:59 am
TheFault (2/29/2016)
February 29, 2016 at 5:48 am
ThomasRushton (2/29/2016)
djj (2/29/2016)
Ed Wagner (2/28/2016)
HappyGeek (2/27/2016)
Revenant (2/27/2016)
Ed Wagner (2/27/2016)
DonlSimpson (2/26/2016)
Ed Wagner (2/26/2016)
ThomasRushton (2/26/2016)
Revenant (2/26/2016)
Ed Wagner (2/26/2016)
Ed Wagner (2/26/2016)
djj (2/26/2016)
HappyGeek (2/26/2016)
Ray K (2/26/2016)
crookj (2/26/2016)
Ed Wagner (2/26/2016)
Luis Cazares (2/26/2016)
Grumpy DBA (2/26/2016)
ThomasRushton (2/26/2016)
djj...
February 29, 2016 at 5:35 am
Ed Wagner (2/29/2016)
gary1 (2/28/2016)
I was able to get procedure name and its code (line 39). But my question is:
1. how to find what was running in SSMS...
February 29, 2016 at 5:29 am
gary1 (2/28/2016)
I was able to get procedure name and its code (line 39). But my question is:
1. how to find what was running in SSMS using the...
February 29, 2016 at 5:26 am
Nice editorial, Phil. You're certainly right in that a good IDE makes life easier. It helps people perform better investigation and make better decisions. Of course, it...
February 28, 2016 at 5:34 pm
HappyGeek (2/27/2016)
Revenant (2/27/2016)
Ed Wagner (2/27/2016)
DonlSimpson (2/26/2016)
Ed Wagner (2/26/2016)
ThomasRushton (2/26/2016)
Revenant (2/26/2016)
Ed Wagner (2/26/2016)
Ed Wagner (2/26/2016)
djj (2/26/2016)
HappyGeek (2/26/2016)
Ray K (2/26/2016)
crookj (2/26/2016)
Ed Wagner (2/26/2016)
Luis Cazares (2/26/2016)
Grumpy DBA (2/26/2016)
ThomasRushton (2/26/2016)
djj (2/26/2016)
Clintondry-cleaning
Blue Dress
Spot
Intern
Beret
Green
Red
Blood
Combat
Karate
Japan
Mikado
Santoku
Knife
Chef
kitchen
Ramsay's
Screaming
February 28, 2016 at 1:18 pm
What Jeff posted twice now is exactly how to find your procedure.
SELECT name FROM sys.databases where database_id = 10;
Then, in your database (id = 10):
SELECT name FROM sys.objects WHERE object_id...
February 28, 2016 at 1:09 pm
Hugo's approach of adding 500 ms and then truncating will most certainly work to round the datetime to the nearest second. However, ask yourself what the purpose is behind...
February 28, 2016 at 12:55 pm
Well, until this thread, I'd never considered racing my NumbersOnly ITVF against the new TRY_CONVERT function. We're just migrating one instance to SQL 2012 and it had never occurred...
February 28, 2016 at 6:34 am
Jeff Moden (2/26/2016)
February 27, 2016 at 7:29 am
DonlSimpson (2/26/2016)
Ed Wagner (2/26/2016)
ThomasRushton (2/26/2016)
Revenant (2/26/2016)
Ed Wagner (2/26/2016)
Ed Wagner (2/26/2016)
djj (2/26/2016)
HappyGeek (2/26/2016)
Ray K (2/26/2016)
crookj (2/26/2016)
Ed Wagner (2/26/2016)
Luis Cazares (2/26/2016)
Grumpy DBA (2/26/2016)
ThomasRushton (2/26/2016)
djj (2/26/2016)
Clintondry-cleaning
Blue Dress
Spot
Intern
Beret
Green
Red
Blood
Combat
Karate
Japan
Mikado
Santoku
Knife
Chef
February 27, 2016 at 7:22 am
Sean Lange (2/26/2016)
Alan.B (2/26/2016)
Sean Lange (2/26/2016)
Lynn Pettis (2/26/2016)
Alan.B (2/26/2016)
Lynn Pettis (2/26/2016)
Why do organizations believe that they...
February 27, 2016 at 7:15 am
sharonsql2013 (2/26/2016)
Whenever I try to filter out any value the NA comes along with it.
How can I take care of...
February 26, 2016 at 1:31 pm
TheSQLGuru (2/25/2016)
Steve Hoyer (2/25/2016)
I tried the detach/attach thing. Same problem. I'll call MS and post a solution if it's not overly embarrassing.Steve
Please post even it if is "overly embarrassing". You...
February 26, 2016 at 1:27 pm
Viewing 15 posts - 3,751 through 3,765 (of 9,399 total)