Viewing 15 posts - 46 through 60 (of 394 total)
It might take some time. In any event you will need to come to US first. I doubt that someone would hire a person without seeing him first.
I know a...
April 3, 2013 at 3:01 pm
Do you have a job offer or you are waiting for a job offer?
April 2, 2013 at 5:38 pm
Are you using snapshot isolation level?
March 27, 2013 at 7:08 pm
Back to the original question by OP. We used to experience similar issue a while ago when the jobs were simply skipped. No failures. That happened when the service account...
March 1, 2013 at 7:02 pm
You may also try to run a query with a huge IN clause....
January 9, 2013 at 6:40 pm
Maybe you can create a 'flag' table in your prod database and insert some meaningful values, like daystamp for example, say, every 15 minutes in it thru the job.
And then...
October 11, 2012 at 2:26 pm
DECLARE @SomeString VARCHAR(20)
SET @SomeString = 'ServerName\Instance'
If (SELECT LEN(@SomeString) - LEN(REPLACE( @SomeString,'\','')))>0
SELECT LEFT(@SomeString,CHARINDEX('\',@SomeString)-1), right(@SomeString, len(@SomeString) - charindex('\', @SomeString));
ELSE
SELECT @SomeString
July 2, 2012 at 7:20 pm
I don't know if it is on your plate, but working for a small company is quite different from working for a Large Corporation. About 10 years ago, when I...
June 13, 2012 at 7:52 pm
It happned to me once in a while when there are lot of other activity ( including other multiple backups and\or restores) on a server. Did it finally restored?
May 23, 2012 at 6:29 pm
Can you do BCP, where you can save time and space?
May 23, 2012 at 6:15 pm
Each system is build differenly, expecially when it comes to SSAS. We also got rid of VM for SSAS. So you might want to check how systems for your cubes...
May 14, 2012 at 6:08 pm
Thank you guys,
I am using that purely for the Admin support, when 'unknown' number of jobs of a certain type are running during maint window.
Those jobs were created...
May 14, 2012 at 4:39 pm
Just curious. You are doing backup(s) to a ceratin location(s)?
Can't you just get the latest backup from this location(s) and restore it?
March 27, 2012 at 4:51 pm
In Financial industry I typically work 12 hours Mon-Fri, plus Wknds when you are on-call, so wknd can easily add another 10 hours...
March 12, 2012 at 6:21 pm
Viewing 15 posts - 46 through 60 (of 394 total)