Viewing 15 posts - 796 through 810 (of 5,841 total)
1) we have no sample tables and data and expected output to help you with the code.
2) you have multiple cursors (not even declared fast_forward). Row-based processing in SQL Server...
August 24, 2016 at 2:00 pm
Tac11 (8/24/2016)
I have found that a database is taking more than 50% buffer pool memory and I even located that 4 clustered index taking top buffer pool memory around...
August 24, 2016 at 11:53 am
Grant Fritchey (8/24/2016)
August 24, 2016 at 11:43 am
I don't think it is still "required" but it used to be that upgrading versions mandated full-scan statistics updates on all statistics in every database migrated.
August 24, 2016 at 11:41 am
1) if your job puts data into a table I don't see why you need to wait for a SUBSEQUENT RUN for that data to show up on a dashboard....
August 23, 2016 at 8:42 am
DuncEduardo (8/23/2016)
Running Total will keep adding next value but not...
August 23, 2016 at 7:58 am
Grant hit the nail on the head. I have a ONE ROW, ONE COLUMN demo (on AdventureWorks no less!!) that shows a poor query plan choice from a table variable...
August 23, 2016 at 7:47 am
This is a simple running totals problem. If you search these words you will get relevant hits: running total sql server itzik
August 23, 2016 at 6:23 am
Please provide sample table scripts and sample data (scripted as INSERTs in to your tables) along with expected output so we can better help you.
I will note that you are...
August 22, 2016 at 4:01 am
weekend_79 (8/20/2016)
SQL Server 2012
db server receives insert/update calls from multiple application servers at exactly same time.
Sp took 1 sec to complete one call, so multiple executions of same sp...
August 20, 2016 at 7:50 am
Sorry, but I don't understand your requirement at all.
Please provide a COMPLETE set of data (scripted like you have) and a COMPLETE set of output(s) that you want from said...
August 20, 2016 at 1:45 am
August 20, 2016 at 12:09 am
yujinagata72 (8/17/2016)
Hi,Is there any way to find out what tables have been disabled for lock escalation in the database?
Thanks,
sys.tables has this information:
August 17, 2016 at 10:27 pm
crazy_new (8/16/2016)
I have a quick question about non clustered indexes. If I have an index across 4 columns and I have a query that only filters using one of...
August 16, 2016 at 9:22 am
Rod at work (8/16/2016)
(Internet connectivity...
August 16, 2016 at 9:19 am
Viewing 15 posts - 796 through 810 (of 5,841 total)