Viewing 15 posts - 76 through 90 (of 236 total)
i Guess You can use the below Query to verify what are the datbase that are there in the server and where the mdf and ldf files are there
SELECT...
May 11, 2011 at 1:54 am
Simple One i just need to read the question and answers carefully 🙂
May 11, 2011 at 1:48 am
if the data type is something like varchar then the cluster index will not provide the order when you retrive
May 10, 2011 at 9:34 am
Go to the Perticular package File and import it to some place and then You can open that dtsx file using BI and checkout your logic.
May 5, 2011 at 5:27 am
paul.james 64212 (3/28/2011)
declare @i tinyint
SELECT...
March 28, 2011 at 7:39 am
In the SSIS you can't enable or disable a package like what we used to do using the vb script.you need to take a variable and assign the appropriate value...
March 21, 2011 at 9:30 am
Great Question with even more great explanation. Good start for Monday
March 21, 2011 at 6:32 am
Another good Question ,i am learning new things based on this.
March 3, 2011 at 8:04 am
Great article, i am looking forward for the series
March 2, 2011 at 3:23 am
Why are You converting the value like '06/130/p18' this to int.what exactly your need is
February 15, 2011 at 12:42 am
Koen Verbeeck (2/14/2011)
Easy question.But what's the deal with QUOTED_IDENTIFIER, because the statements works whatever it's setting is.
(was it a distraction from the real question?)
True,it's a distraction
mohammed want to say that...
February 15, 2011 at 12:35 am
Please some one help me to modify the above Query to get From and TO values with the Version
February 10, 2011 at 5:50 am
Please some one help me to modify the above Query to get From and TO values with the Version
February 10, 2011 at 2:56 am
GSquared (2/9/2011)
;
WITH RefNos(RefNo)
AS (SELECT DISTINCT
...
February 9, 2011 at 8:52 am
Viewing 15 posts - 76 through 90 (of 236 total)