Viewing 15 posts - 31 through 45 (of 98 total)
Thank you Anthony.
I ran SqlService under a domain privileged account and everything start working
September 17, 2015 at 4:20 am
I have reset local folder permissions and it worked for local rename. But to copy file from network path e.g. \\server\location , it is throwing access denied error.
September 17, 2015 at 3:02 am
Thank you Gail and Eirikur Eiriksson. I have enabled the trace on serve to capture execution plans and related details. So that I may able to compare slow and fast...
August 12, 2015 at 3:15 am
Thank you Chris. You are correct and initially I had same understanding, but I de-tracked 🙁
Thanks again
August 10, 2015 at 8:39 am
Yes, I have confirmed. Overall data set size in temp table is ~100k rows.
When I set offset it terminate on EndRows , but always start from 0. e.g. if I...
August 10, 2015 at 7:32 am
Sure, here is code. I have removed some business rules, as I can't post entire code here.
ALTER procedure [dbo].[spPayment]
@CustomerNo int,
@StartDate datetime,
@EndDate datetime,
@InvoiceNo varchar(20),
@pageSize int =null,
@PageNum int...
August 10, 2015 at 7:00 am
it is setting correct ,as i have confirmed it via print
August 7, 2015 at 1:07 pm
Thank you Chris. I agree that your code is working.
My code is working too, but problem is offset always start with 0. everything seems ok. so I asked if I...
August 7, 2015 at 12:49 pm
Ronkyle,
As you have 2 days of log backups. If you restore latest full backup, do you apply log by looking at create date time or is there some auto way...
August 4, 2015 at 9:09 am
Sorry for typo error LSN (Log Sequence Number).
August 4, 2015 at 8:46 am
GilaMonster (7/16/2015)
Using something like sp_MS_foreachDB or a custom written cursor to loop over all databases. sys.partitions and sys.objects are specific to the current DB.
Thank you Shaw. But sp_MS_foreachDB will return...
July 16, 2015 at 3:03 am
production has 16 cores but dev has 8.
July 7, 2015 at 9:22 am
Viewing 15 posts - 31 through 45 (of 98 total)