Viewing 15 posts - 646 through 660 (of 2,486 total)
"With as much free memory as the machine still has, these DBs should be completely held in memory. "
Not necessarily, only if all the data in the database is being accessed...
October 11, 2005 at 6:07 am
Create a share on the other server and then give the SQL service account read/write access to that share.
October 10, 2005 at 4:52 pm
If you want to drop and create the Excel spreadsheet then you will need to have both statements in the same ExecuteSQL task.
There are a couple of other options though,
1) Have...
October 10, 2005 at 4:51 pm
Isn't there a dependency on an SQL Agent job, or am I thinking of something else?
October 10, 2005 at 4:22 pm
5. Report execution times are found in a table called ExecutionLog. The time it takes to actually see the report on the desktop is about 5 seconds longer than the...
October 10, 2005 at 7:40 am
Both Log Shipping and Replication will have an impact in some form or another.
Replication will have less effect on the server performance and more effect on the database and...
October 10, 2005 at 6:07 am
How are you connecting to the server? What application are you using? Can you ping the server? Can you connect via the normal SQL Client tools?
October 10, 2005 at 1:38 am
Please do not cross-post, it just confuses things.
You've already posted this message
here http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=7&messageid=227521
and
here http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=2275331
Which one would you like replies to??
October 10, 2005 at 1:32 am
Please do not cross-post, it just confuses things.
You've already posted this message
here http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=7&messageid=227531
and
here http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=227532
Which one would you like replies to??
October 10, 2005 at 1:31 am
Please do not cross-post, it just confuses things.
You've already posted this message
here http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=7&messageid=227521
and
here http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=227532
Which one would you like replies to??
October 10, 2005 at 1:31 am
Ahh .. yes .. well spotted. I'd prefer to have a single update myself, but wouldn't it work out if the weekend was checked first and then the update (...
October 10, 2005 at 1:27 am
I'd use some form of Replication as well Log Shipping.
Replication to a local server to cover server failure. Log Ship the replicated server offsite to cover site failure.
Also, the minimum interval...
October 10, 2005 at 12:39 am
See if these links help,
http://www.sommarskog.se/error-handling-II.html
http://www.sommarskog.se/error-handling-I.html
October 10, 2005 at 12:34 am
I'm thinking you would use the ExecuteSQL task, but if you explained what you are trying to achieve there might be a better solution.
October 10, 2005 at 12:32 am
Take a look a the short script posted by Johnson J Mampoozhil in this thread.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=214756&p=2
October 10, 2005 at 12:29 am
Viewing 15 posts - 646 through 660 (of 2,486 total)