Viewing 15 posts - 166 through 180 (of 326 total)
I was looking for some response here but looks like there are no specific reasons for this behaviour.
April 25, 2012 at 7:22 am
Hi
This query is in a proc which is called by application. So SSMS settings doesn't count here.
Only 1 top record is returned, and there is no order by.
vinu512 (4/25/2012)
April 25, 2012 at 6:25 am
Hi
There is where clause and there are nonsargable arguments as well. But there are indexes to support the where clause and select clause. I'll see if i can get the...
April 25, 2012 at 6:24 am
Yes, and it will only work if plan for your query still lies there....
If it is flushed out, you won't getanything and then there is no way to get the...
April 25, 2012 at 5:37 am
How does it matter how it was written? I think the only probability of getting it is if it still lies in your cache.
manoj_lanser (4/25/2012)
April 25, 2012 at 5:14 am
Yes you can do that. Right click on database, then go to 'tasks' and then 'generate script'
There at one of the screen you can specify, generate insert script. it will...
April 25, 2012 at 5:11 am
Really nicely summarized points. Thanks Gail. There were new things here for me.
GilaMonster (4/24/2012)
They aren't affected by an explicit...
April 24, 2012 at 9:52 am
Here are the questions:
They can be the target of an OUTPUT clause of an INSERT, UPDATE, or DELETE.
Can't we use temp table there?
They can be used to capture audit data...
April 24, 2012 at 9:30 am
Sorry my questions went in quote. I thought they will be printed separately.
April 24, 2012 at 9:28 am
Lynn Pettis (4/24/2012)
They can be the target of an OUTPUT clause of an INSERT, UPDATE, or DELETE.
Can't we use temp table there?
They can be used to...
April 24, 2012 at 9:27 am
Hi Gail
Then it leads me to the question "why on earth we need table variable then?"
Temp table also stays in memory if data is less. Temp table even has stats...
April 24, 2012 at 9:16 am
I was just going thru some posts and I believe the answer is largely going to be "sql server decides it dynamically looking at the memory pressure" 🙂
April 24, 2012 at 7:51 am
You may check if the backup is restorable or not with RESTORE VERIFYONLY. You might also be having a corrupt backup file.
April 24, 2012 at 7:13 am
You can use encryption provided by SQL, where you can use keys, certificates etc for encryption. Another option is that application send password to database after encryption i.e. encryption is...
April 24, 2012 at 7:00 am
It's advisable to have passwords encrypted rather than storing them as it is...
April 24, 2012 at 3:12 am
Viewing 15 posts - 166 through 180 (of 326 total)