Viewing 15 posts - 16 through 30 (of 34 total)
is Microsoft dropping support for BIDS ?
October 13, 2011 at 7:44 am
Hi
Create Table myTable(ID Varchar(20), ServiceDate DateTime,GUID Varchar(20), Description Varchar(100))
--Composite Key - ID and GUID
INSERT INTO myTable VALUES('ABC','01/02/2011','GUID1','TEST1')
INSERT INTO myTable VALUES ('ABC','01/03/2011','GUID2','TEST2')
INSERT INTO myTable VALUES('DEF','01/04/2011','GUID3','TEST3')
INSERT INTO myTable VALUES('GHI','01/05/2011','GUID4','TEST4')
INSERT INTO myTable...
July 6, 2011 at 5:50 am
Hi
Another way is to create a ssis /DTS package and call 8 execute sql task parallely and provide the parameter accordingly and run
July 4, 2011 at 7:18 am
if you change the data type of d1 to decimal then answer will be change.
July 1, 2011 at 8:16 am
Excellent Question.
Now i am looking Query optimization and all the objects shown in execuation plan.Do you have any idea where i can find some good thoughts to go in...
March 17, 2011 at 3:04 am
You can not use any special character as a first later of procedure name except _ .
March 17, 2011 at 2:52 am
Good question but i think it will not come under Header Truncate in Transaction
I think this question will come under UNION and UNION ALL diff.
January 4, 2011 at 9:55 pm
Perfect explanation and example .
🙂
November 29, 2010 at 10:15 pm
By this way you are not able to hide this report by user Because when user log he will be able to see all the reports name(menu) and when...
May 21, 2010 at 7:38 am
HI
Hust try these steps
1) Double click on data source
2) select credentials and then fill the required user info
like windows authonication or other way...
May 21, 2010 at 7:16 am
like others i found the same error in
set @i += 1 this line of code.
after doing like this
set @i= @i + 1 it will ...
May 20, 2010 at 7:43 am
its all about the database setting of ANSI_NULLS
Set ANSI_NULLS off / on
But by default database settings for ANSI_NULLS is ON so you will get nothing...
May 19, 2010 at 6:56 am
correct answer will be 1) Currentdate+2
bcz if you see the question first 2 lines are commented.
October 2, 2009 at 6:02 pm
Viewing 15 posts - 16 through 30 (of 34 total)