Viewing 15 posts - 136 through 150 (of 153 total)
Thanks, but how do i use different databases in " use" statement.
March 24, 2004 at 2:16 pm
Sorry i meant to say what if i want to get data for week before the current week.
Thanks
November 14, 2003 at 2:36 pm
Thanks so much. How about getting the data for last wk ? TIA
November 14, 2003 at 2:08 pm
One more thing. Is it possible for the views to use the indexes if tables are on different database and views are on different database.
October 14, 2003 at 9:09 am
Just to make sure does views use only clustered index or even non clustered index. is there any link which would give bit mroe deratil about it.
October 14, 2003 at 8:01 am
Thanks, but we have windows 2000 on it. How is it that the connecetion becomes a problem only if the Pc is booted i not everything works fine.
October 10, 2003 at 8:07 am
Thanks for the response. But can you be a bit more specific how sql server 2000 helps in determining the best mem configuration
August 20, 2003 at 9:46 am
Its strange that the same query takes 20 secs to return the results when linked to a diff server but with test1server it goes on for a long time.
...
July 29, 2003 at 8:57 am
sql version is 2000, will that make any difference? please advise
July 29, 2003 at 8:47 am
Here it is. Also this on the source server takes few secs only
SELECT
DISTINCT
PROD_KEY,
CAST(1 AS BIT) AS...
July 24, 2003 at 1:03 pm
I tried the same but it comes with an Error
---------------------------
Transaction cannot start while in firehose mode.
July 16, 2003 at 11:03 am
If i have a DB with 2 files on 2 diff filegroup and i need to alter the DB to have 2nd file point to 1st filegroupname. Is this the...
July 7, 2003 at 1:53 pm
the filegroup is empty but still deleting it from enterprise manager doesnt work. if i delete the .ndf file from HD it shows a sharing violation although there arent any...
July 7, 2003 at 1:18 pm
Thanks soo much that really helped and indeed there was a row which wasnt there in the referenced table.
thanks again
June 24, 2003 at 10:20 am
Viewing 15 posts - 136 through 150 (of 153 total)