Viewing 15 posts - 91 through 105 (of 294 total)
You may need to add a login to the linked server
sp_addlinkedsrvlogin [ @rmtsrvname = ] 'rmtsrvname'
[ , [ @useself = ] 'useself' ]
...
June 23, 2009 at 10:07 am
Thanks for the article we have a test cluster to do this on shortly so we can try it out.
June 19, 2009 at 5:54 am
Do you get any results from the contents of the backup file try the following to verify the backup:-
restore FILELISTONLY from disk =
'D:\Microsoft...
June 2, 2009 at 11:17 am
Several times in my career I have been able to prove my cost benefit to an employer either by cost savings or increased sales both times I was inadequately rewarded,...
May 29, 2009 at 8:13 am
Right click on SQL Agent select properties and then Alert System ensure Enable Mail Profile is checked and there are the correct values in the Mail system and Mail profile...
May 15, 2009 at 7:40 am
I'm not sure if this is happening with you but the following article http://blog.sqlrx.com/wp-content/forwarded-records-article.doc may give you some insight on some hidden performance killers when working with heap tables.
May 11, 2009 at 7:06 am
If you want to filter the result set SET @ Filter = 'Whatever you want to filter by'
DECLARE @filter VARCHAR(100), @LogDate DATETIME
SET @LogDate = getdate()
SET NOCOUNT ON
set transaction...
April 29, 2009 at 6:53 am
I believe this is possible using Reporting services scripting see http://msdn.microsoft.com/en-us/library/aa179659(SQL.80).aspx , this needs a bit of work to set up but I think this should avoid the need to...
April 28, 2009 at 9:31 am
Are you taking transaction log backups? These are what will start reducing the log file size, it will not reclaim the space though.
April 27, 2009 at 9:00 am
I think being able to initiate a good 2 way conversation with an interviewer is key, they get an understanding of how you work and you get a heads up...
April 20, 2009 at 11:50 am
See http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d5d3e5fc-d8ce-4f42-b7ea-9bbbb7756a20
April 20, 2009 at 11:24 am
It's 3pm on a Friday, your production OLTP environment is down, every hour down costs the company one million dollars. People are phoning constantly, folks are rushing the hallways, running...
April 20, 2009 at 7:52 am
How about the one I got told when I asked if they had any models of the database...
"You don't understand we don't know what the users want when we start...
April 8, 2009 at 10:03 am
The favourite here is "Its much better than what we had before" .....
My usual reply that still doesn't mean it's any good.
Or at somewhere else I worked "It failed...
April 8, 2009 at 4:53 am
Can you show a screen print of the Conditional Split Transformation Editor for us to see what you are actually using to split the data?
April 7, 2009 at 4:59 am
Viewing 15 posts - 91 through 105 (of 294 total)