Viewing 15 posts - 3,346 through 3,360 (of 7,168 total)
Tom Van Harpen (8/22/2012)
August 22, 2012 at 1:49 pm
mtassin (8/22/2012)
I left a process with the filewatcher watching a remote share
\\server\share
We copied...
August 22, 2012 at 9:18 am
ChrisM@Work (8/22/2012)
SQLRNNR (8/21/2012)
WarbleWobble
Bobble
August 22, 2012 at 3:55 am
rhythmk (8/21/2012)
bcsims 90437 (8/21/2012)
crookj (8/21/2012)
SQLRNNR (8/21/2012)
Warbleweeble
Weevil
WOTD: YUCK
Reveal
Divulge
August 21, 2012 at 10:19 pm
I am not sure you can target the x86 platform and have it run within an x64 instance as it will be executing in an x64 thread. You could target...
August 21, 2012 at 9:57 pm
I doubt it, but if it makes you feel any better I can recreate your issue on Windows Server 2008 R2 and SQL Server 2008 R2. I created a Local...
August 21, 2012 at 1:55 pm
Excellent. Thanks for posting back that you were able to resolve the issue.
August 21, 2012 at 11:54 am
mtassin (8/21/2012)
The Konesans' task is just what I needed.
Normally I'm pretty nervous about 3rd party plugins for SSIS, but this is the right tool for the right task in...
August 21, 2012 at 11:45 am
You're welcome. If it stays in the realm of databases you're probably OK, i.e. in the same boat most of the rest of us have been at one time or...
August 21, 2012 at 10:33 am
Good, at least someone set it. It's impossible for me to say if that number is appropriate because it will depend on what else runs on the database server.
Chapter 4:
August 21, 2012 at 10:18 am
I like the Read Committed Snapshot iso level and recently enabled it in a database supporting a vendor app that could not be modified and it worked wonders.
One other angle,...
August 21, 2012 at 8:53 am
tonyclifton77 (8/21/2012)
I've tried setting up my project like your sample pic, but I only looped for 5 times. However I get an error when I put two...
August 21, 2012 at 6:18 am
In addition to Linked Servers (including adhoc uses via OPENQUERY, OPENDATASOURCE and OPENROWSET) calling an external app using xp_cmdshell can be affected if the called apps cannot run in a...
August 20, 2012 at 2:49 pm
JeremyE (8/20/2012)
This should do it
CREATE TABLE #srvroles(ServerRole VARCHAR(20), Membername VARCHAR(200), MEMBERSID VARBINARY(MAX))GO
INSERT #srvroles EXEC sp_helpsrvrolemember
SELECT 'EXEC master..sp_addsrvrolemember @loginame = N'+''''+MemberName+''''+','+'@rolename = N'+''''+ServerRole+''''
FROM #srvroles
GO
DROP TABLE #srvroles
That will give you Fixed...
August 20, 2012 at 2:33 pm
Viewing 15 posts - 3,346 through 3,360 (of 7,168 total)