Viewing 15 posts - 1,066 through 1,080 (of 4,272 total)
I too am going to second Grant's position. I just can't go along with the "we might need it" position, you need to be smart about moving data around....
September 27, 2011 at 11:56 am
Hm, so we are talking about a multi-tenant situation. And they can RDP into the box. I've got to say I wouldn't allow the RDP, it is probably...
September 27, 2011 at 11:50 am
Mike C (9/24/2011)
September 27, 2011 at 11:34 am
vaithi.saran846 (9/27/2011)
Hi Elliott Whitlow,It is not executing to me. is it executing to you?
Hm, interesting..
try this:
exec master..xp_cmdshell 'C:\"Program Files"\7-Zip\7z.exe a "D:ew.7z" "c:ew\"'
It appears to work.. don't like it, but it...
September 27, 2011 at 11:14 am
Or a login audit or a trace of the login events.. several things are possible..
CEWII
September 27, 2011 at 12:45 am
How about:
exec master..xp_cmdshell '"C:\Program Files\7-Zip\7z.exe" a "D:ew.7z" "c:ew\"'
CEWII
September 27, 2011 at 12:41 am
Open the package in BIDS, rename it to something else, when it asks to rename the package object tell it yes. Rename it to what you really want it...
September 26, 2011 at 4:11 pm
I seem to remember seeing this when I built some machines that were on VMs and the SQL boxes were built from the same base image as the AD controller.....
September 26, 2011 at 4:06 pm
I'm a little confused by this as well.. Why are you even managing the restores yourself.. Log shipping should be keeping the other end current with the most...
September 26, 2011 at 3:57 pm
While you can do that I would absolutely NOT use linked servers to reach out to a bunch of servers to perform activities, I would use SSIS to do this.
CEWII
September 26, 2011 at 2:57 pm
Please don't post effectively the same question twice.
Please respond to http://www.sqlservercentral.com/Forums/Topic1180658-364-1.aspx
CEWII
September 25, 2011 at 4:54 pm
I like Gila's answer..
CEWII
September 24, 2011 at 10:47 am
Nope, sorry, they just aren't.. And I wouldn't expect that to change anytime soon..
CEWII
September 23, 2011 at 9:35 pm
Mike,
I generally agree, not sure what the purpose is for the hash here. I usually use it for change detection as well or in some cases where I need...
September 23, 2011 at 8:42 pm
Evil Kraig F (9/23/2011)
Addendum on a second look:[hashField] AS ([dbo].[getMd5Hash]([entryId])),
As a calculated column, non-persisted?
This table is just RIPE for pain.
Good catch on that.. The fact that...
September 23, 2011 at 6:08 pm
Viewing 15 posts - 1,066 through 1,080 (of 4,272 total)