Viewing 15 posts - 1 through 15 (of 20 total)
if size of database is small then take full backup and restore.
July 9, 2014 at 10:16 am
i think add 2-3 more files to tempdb and then run the query.
August 19, 2013 at 10:48 am
Msg 22022, Level 16, State 1, Line 0
SQLServerAgent Error: Request to run job TestJob (from User TestDomain\testuser) refused because the job is already running from a request by User TestDomain\testuser.
May 7, 2013 at 5:22 pm
I think check linkserver properties on old server vs new server.
March 18, 2013 at 6:47 am
March 4, 2013 at 12:16 pm
if pkg deployed using 32 bit machine then need to use 32 bit exe to run the pkg
February 22, 2013 at 9:47 am
1. any query uses group by , order by etc.. uses tempdb.
so if view contains that tempdb will use
2. no of physical cpu = no of tempdb files.
February 21, 2013 at 9:22 am
I don't think dtc needed in cluster for server c
February 11, 2013 at 10:55 am
Can anyone tell what's missing in this?
-------------------------------------------------------
$reportServerName = "SSRS01"
$currentPath ="/Marketing/test1"
$reportServerUri = "http://{0}/ReportServer/ReportService2010.asmx" -f $reportServerName
$proxy = New-WebServiceProxy -Uri $reportServerUri -Namespace SSRS.ReportingService2010 -UseDefaultCredential
$type =$proxy.GetType().Namespace
$dataSourceArrayType = ($type +...
February 4, 2013 at 8:47 am
Execute following ---
use dbname
go
exec sp_updatestats
(this sp will detect and automatically update only require)
January 25, 2013 at 11:15 am
pk - non-clustered?
ya go-ahead and create INT IDENTITY column and see?
by the way .. what you see when select queries runs? any wait-type? table scan?
January 17, 2013 at 9:38 am
who hired you as intern? ask him .. he will give all these info.
January 16, 2013 at 2:06 pm
Viewing 15 posts - 1 through 15 (of 20 total)