Viewing 15 posts - 38,146 through 38,160 (of 49,552 total)
Identical. In fact, if you look at the exec plan, you'll see that the plans are the same and that SQL has converted the IN into a series of =...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 7:39 am
Paul White (6/26/2009)
Dynamic SQL runs in a separate context, so it cannot see the private...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 7:20 am
Can you post the full code including where the temp table is created please?
Are you sure that the column 'Car_ID' exists in that table because the error indicates that it...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 7:16 am
mazzz (6/26/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 7:13 am
Start SQL Agent?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 6:27 am
sureshrajan (6/26/2009)
If you know the logical file name then create a blank database. Detach it and while attaching the DB refer the mdf and ldf file.
Shouldn't be necessary. That's generally...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 6:25 am
I'd start by trying to optimise the ETL process. It's possible that there's no more that can be done, but it's unlikely.
If that gives no joy, then spreading the work...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 5:45 am
yaya1899 (6/26/2009)
Basically I have few tables to store system data of application, and those data maybe added/updated from time to time. Thus, I have a master script to store...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 5:24 am
mazzz (6/26/2009)
I should have surmised this from BOL myself, actually *blush*, I don't know why that didn't make sense when I read it earlier.
When I started playing with these...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 5:21 am
mazzz (6/26/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 4:55 am
yaya1899 (6/26/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 4:53 am
Eswin (6/26/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 3:32 am
Eswin (6/26/2009)
are both same.can you give me some example.
Maybe if you could explain what the innards of that cursor are supposed to do, someone can help. It's rather hard...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 2:23 am
Maxer (6/25/2009)
2. Maybe bypass that and look at setting up an SQL cluster.... benefits?
SQL clustering is purely high availability. There's no load balancing or scale-out capabilities within it.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 1:55 am
compass2k (6/25/2009)
sql client or application.
Question MS -...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2009 at 1:55 am
Viewing 15 posts - 38,146 through 38,160 (of 49,552 total)