Viewing 15 posts - 1 through 15 (of 47 total)
I was looking for the info on what DB a job is running. For Example if I am running a stored procedure in the job and if that stored procedure...
March 1, 2023 at 9:26 pm
Can anyone help me to have the below query with not having the clause 'LaggedData'. I am not able to use this on SQL server 2000 instance.
Thanks.
February 6, 2017 at 4:27 am
The reason why I wanted to do this is.. I wanted to minimize the usage of the view 'EmplyeeCodes'.
Each time i used 'exists' this object is queried once......
January 24, 2017 at 4:42 am
Sure. I will do in the future.
Thanks for the help. It worked really well.
January 20, 2017 at 9:48 am
I need to run this query also on sql 2008 database and getting the following error on 2008.
The Parallel Data Warehouse (PDW) features are not enabled.
How can I rewrite the...
June 10, 2016 at 3:01 am
I tried it .. but its taking more time.. since I am working with 200k records.. I am wondering if there is a way that I can elimante nulls with...
April 28, 2011 at 3:07 pm
Thanks for your help.It works fine. But I need to by pass the null values.
Say like if addr2 has a null values it should not be added in the result...
April 28, 2011 at 1:48 pm
@input1 uniqueidentifier
when the input paramter is not set to null, we should definitley send the value for it,right?
@input1 uniqueidentifier=null
then we dont need to send the value to this parameter,right?
Thanks.
April 28, 2011 at 12:31 pm
can we insert the error or error number into the database with an insert statement?
March 10, 2011 at 2:48 pm
After I started MSDTC do I need to restart the server?
Thanks.
March 8, 2011 at 12:39 pm
its stored in sql server. I was able to open the package in BIDS.
But if I modify the package on my local copy(visual studio) , how can I update these...
March 7, 2011 at 10:21 am
I am still looking for some help on this. If anyone can answer this I would be very greatful.
Thanks.
February 27, 2011 at 3:27 pm
Viewing 15 posts - 1 through 15 (of 47 total)