Viewing 15 posts - 106 through 120 (of 201 total)
arayametee (2/4/2014)
I used Ling To Sql, OR Designer to drag-drop Employees table from Northwind.mdf and showed all the fields on vb. winform but the photo from the image field....
February 10, 2014 at 3:17 pm
Dae (2/10/2014)
"Message
Executed as user: NA1\svc-sqlfact. The step succeeded."
It's just weird... Everything points to it running fine, you you know it didn't because it will run in...
February 10, 2014 at 3:10 pm
The post seems to indicate that you are running a SSIS package in a job - correct?
When you go to Job Activity monitor, right click the "completed" job and click...
February 10, 2014 at 2:22 pm
Never mind. This is master database. Retracted.
February 10, 2014 at 2:08 pm
krypto69 (2/10/2014)
I'm restoring to a remote DB for our DR testing.
After the restore I need to create come user mappings to certain DB's. For example we have a DB called...
February 10, 2014 at 2:01 pm
dwain.c (2/4/2014)
CREATE TABLE #TempTab
(
ID INT IDENTITY PRIMARY KEY
,PhoneNum VARCHAR(10)
...
February 4, 2014 at 6:35 pm
g.mclachlan (2/4/2014)
First time poster on this forum so I apologise if there is already a topic about this elsewhere or even if I have posted in the wrong place.
I am...
February 4, 2014 at 12:27 pm
Golden_eye (2/4/2014)
down vote
favorite
I have a problem with my Merge statement (SCD type 1). I am getting the error: Msg 207, Level 16, State 1, Line 119 Invalid column name 'Sales...
February 4, 2014 at 12:18 pm
James Millar-305032 (2/4/2014)
I need to join onto a table (Class_TB) twice because one of the conditions (Airline_FD) could be NULL, so there are 2 LOJ's but this has a...
February 4, 2014 at 12:16 pm
service 87594 (2/4/2014)
February 4, 2014 at 12:07 pm
ronmoses (2/3/2014)
JohnFTamburo (2/3/2014)This may sound weird, but does sp_who2 show the SPID that is running the create database blocked? If no, do you see the I/O counts increasing?
Hmmm... it...
February 3, 2014 at 11:56 am
ronmoses (2/3/2014)
Thank you John. I was basically looking for any answer other than, "Oh my no, something's definitely wrong." And you provided it! 🙂thanks,
ron
My pleasure. This may...
February 3, 2014 at 11:32 am
djj (2/3/2014)
So it would be like?
WHERE PhoneNum not like '%1111111'
AND PhoneNum not like '%2222222'
AND PhoneNum not like '%3333333'
AND PhoneNum not like '%4444444'
AND PhoneNum not like '%5555555'
AND PhoneNum not like...
February 3, 2014 at 11:30 am
Hi.
Your code will inevitably result in a table scan.
So would my only candidate replacement, which would replace the RIGHT function with a NOT LIKE '%1111111'
Thanks,
John.
February 3, 2014 at 11:14 am
Chris has the solution unless you only want the distinct values (in other words, if you have 7600 records from Calgary, you only want one result row for the city),...
February 3, 2014 at 11:08 am
Viewing 15 posts - 106 through 120 (of 201 total)