Viewing 13 posts - 61 through 73 (of 73 total)
Guys,
Found this site , it has all the answers to my queries and much more.
August 22, 2012 at 1:00 am
I know we can do it via SQL Command option , but is there a way where in all tables of all the database can be shown under the dropdown...
July 24, 2012 at 1:18 am
Please post some details of code or snapshots of how you set or use that variable...
July 21, 2012 at 4:03 am
Brandie , you can specify the no of rows you want it to scan.
July 19, 2012 at 11:20 pm
Theres a option called Suggest Types under file connection which will scan the records of your file and suggest a datatype , that is really useful , y ou could...
July 19, 2012 at 4:30 am
Not clear what your result is based on, some group by ? , plz explain.
July 18, 2012 at 1:30 am
Just an update , created non clustered index on column SessionId in both the tables, i am getting results in about 1.5 minutes now.
July 17, 2012 at 5:08 am
Thats bcoz , the text i m finding can be anywhere in the value.
There are no indexes on any of the tables used in the query.
Since its being populated from...
July 16, 2012 at 10:10 am
Hi Guys ,
I changed the query as per scott's reply in below query.
It is taking too long to execute , I somewhere read that there are issues with Sql server...
July 16, 2012 at 7:01 am
Scott, this is really simple , thanks a ton !!...
July 16, 2012 at 3:55 am
Yes, Indexing is a good point , i will check on that. Also I have identified that since this is all static data , it can be pre calculated...
July 13, 2012 at 7:02 am
CREATE TABLE #CASE_DATA(CASE_ID INT,[USER_ID] INT,BEGIN_DATE DATETIME,END_DATE DATETIME)
INSERT INTO #CASE_DATA_ID VALUES (1295222,1716,'2012-04-19 13:10:00.000','2012-04-19 13:12:00.000')
INSERT INTO #CASE_DATA_ID VALUES (1295222,1716,'2012-04-19 13:10:00.000','2012-04-19 13:12:00.000')
INSERT INTO #CASE_DATA_ID VALUES (1295222,1716,'2012-04-19 13:10:00.000','2012-04-19 13:12:00.000')
INSERT INTO #CASE_DATA_ID VALUES (1295222,1716,'2012-04-19 13:12:00.000','2012-04-19...
July 9, 2012 at 12:24 am
Viewing 13 posts - 61 through 73 (of 73 total)