Viewing 15 posts - 1 through 15 (of 137 total)
It again boil down to knowing the filename before executing the package. Is there any way where we could just simply go to the website and dynamically parse all the...
December 17, 2016 at 11:51 am
Hi Nader Sam,
Did you try using Label and goto statement .
Did that worked for you.
August 10, 2015 at 2:12 am
Below is the error
Msg 4108, Level 15, State 1, Line 2
Windowed functions can only appear in the SELECT or ORDER BY clauses.
June 11, 2015 at 10:58 pm
Alvin Ramard (6/10/2015)
June 11, 2015 at 8:37 am
Yes, i am trying to update #temp2 , so is there a way to achieve this 🙁 ...
June 10, 2015 at 11:40 am
So Experts, which is the correct explanation. Either given by Eirikur Eiriksson or Toreador.
February 26, 2015 at 3:40 am
Melanie Peterson (12/4/2014)
December 5, 2014 at 3:10 am
serg-52 (12/5/2014)
select c1 = case when City2 > City1 then City1 else City2 end
, c2 = case when City2 > City1 then...
December 5, 2014 at 3:04 am
rocky_498 (12/4/2014)
I know, I can create SQL agent job and run that job through SP sp_start_job 'JOB Name', but How I can pass variable?
If you are using SSIS, then why...
December 5, 2014 at 2:55 am
Koen Verbeeck (12/5/2014)
What is your business logic? Why would you select (X,Y,60) and not (Y,X,60)?
Well, there is no business logic. It can be anything, i was trying out this for...
December 5, 2014 at 2:33 am
GilaMonster (12/3/2014)
http://www.sqlservercentral.com/articles/Indexing/68636/
Hi Gail,
I have gone through your completed post but still cannot understand Why Covering index is updated During and update .
My update does not contain the key column of...
December 3, 2014 at 4:18 am
Jeff Moden (12/1/2014)
My pleasure. Thank you for the feedback.
Hi,
I search a loot but could not find anywhere how Covering Index are stored intenally.
The reason i am trying to...
December 3, 2014 at 2:42 am
Jeff Moden (11/30/2014)
Shadab Shah (11/30/2014)
December 1, 2014 at 12:08 am
For OpenQuery we need to have Linked Server and building Linked Server on this DB Server is not feasible :ermm:
September 22, 2014 at 9:04 am
Hi PB_BI,
Thanks for the reply, but i am using the following query,
SELECT top 1 lock_object_id
FROM $System.DISCOVER_LOCKS
WHERE Lock_type = 4
I googled but i found out that i cannot use, Iff in...
September 22, 2014 at 8:43 am
Viewing 15 posts - 1 through 15 (of 137 total)