Viewing 15 posts - 3,346 through 3,360 (of 7,164 total)
ChrisM@Work (8/22/2012)
SQLRNNR (8/21/2012)
WarbleWobble
Bobble
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 21, 2012 at 1:55 pm
How is it going?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 21, 2012 at 11:55 am
Excellent. Thanks for posting back that you were able to resolve the issue.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 20, 2012 at 2:33 pm
Tom Van Harpen (8/17/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 20, 2012 at 1:34 pm
sage8 (8/20/2012)
This is not the database owner, another account is (but not sa).
That does not add up.
I will try to change ownership to sa.
How did it go?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 20, 2012 at 1:03 pm
Viewing 15 posts - 3,346 through 3,360 (of 7,164 total)