Viewing 15 posts - 226 through 240 (of 1,253 total)
SQL does not have "iif ". Even if there was you cannot use it in a select statement.
"Keep Trying"
August 11, 2009 at 3:51 am
SQL 2000 does not have the previously mentioned catalog views. You posted in SQL 2005 forum and got the answers for SQL 2005.
"Keep Trying"
August 11, 2009 at 3:29 am
My 2 cents...
Depends on how you are inserting your records. If you are using normal insert statements then i believe it would behave just like the Full recovery model.
From ...
"Keep Trying"
August 11, 2009 at 3:17 am
Hi
If you need to this frequently you can implement this using SSIS. If you do this on rare occasions then just use the import/export wizard.
"Keep Trying"
August 10, 2009 at 2:34 am
August 10, 2009 at 12:38 am
I have'nt looked deep into this but will a column in the order detail table indicating that the product is from the quote or product table help.
"Keep Trying"
August 10, 2009 at 12:23 am
Hi
I use VSS integrated into SSMS. It is cumbersome to use but it does the job. It make sure there are no concurrent changes to the same script and give...
"Keep Trying"
August 10, 2009 at 12:18 am
Hi
You are right. We can find out times of queries already executed. I assumed the OP wanted to the execution time of a new query which has not been...
"Keep Trying"
August 7, 2009 at 4:32 am
just 3 days back i had a similar issue with isnumeric. If this QOTD had come then it would have been helpful.
"Keep Trying"
August 7, 2009 at 4:28 am
Changing the query time out may help but its better to find out the reason and solve it. You will make sure that it will not come back again.
"Keep Trying"
August 6, 2009 at 6:22 am
We can get the data related to queries already executed. I think the OP wants to know the time before executing the query.
Only way you can predict the time...
"Keep Trying"
August 6, 2009 at 6:10 am
check out the BOL topic - estimating table size.
"Keep Trying"
August 5, 2009 at 7:32 am
I think no but iam interested if someone can come up with something.
"Keep Trying"
August 5, 2009 at 7:30 am
Create a trace, put the output of the trace in a file and run the trace. This is uses lesser resources than running the trace on profiler. Also set the...
"Keep Trying"
August 5, 2009 at 7:27 am
Viewing 15 posts - 226 through 240 (of 1,253 total)