Viewing 15 posts - 811 through 825 (of 902 total)
opc.three (5/13/2011)
Jason-299789 (5/13/2011)
However they then go and grant the built in SA sql user db_owner rights to every database.Go figure.....
I figure you should get your money back! Anyone "managing"...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 13, 2011 at 7:31 am
Tell me about it I've been arguing the a point with IBM over a particular security implementation we need to do for the last couple of weeks, they refuse to...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 13, 2011 at 6:52 am
The reason I would stay clear of the CLR root is that a lot of DBA's and outsourcing partners (IBM etc) refuse to accept them as they alledge they...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 13, 2011 at 2:53 am
Thanks for the feed back opc, especially on the Distinct vs Group By modification and the tips on XML escaping characters, based on the opening post I would have thought...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 12, 2011 at 2:05 am
PHXHoward (5/10/2011)
I gave the row a name 'test' and then it ran.
It adds a new row for each application.
instanceid application
417row test=",Application1
417row test=",Application2
418row test=",Application3
instead of
417 ...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 11, 2011 at 12:53 am
What about
Select Distinct
InstanceId
,Substring(Replace
(Replace((Select ','+Name
From Application
where ApplicationId=appinst.ApplicationId
...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 10, 2011 at 11:09 am
It appears that you're trying to flatten the parent child hierachy, I posted something similar here,
http://www.sqlservercentral.com/Forums/Topic1071035-392-1.aspx#bm1073147
Post 4 on the thread was the solution i finally implemented, It could be a...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
May 10, 2011 at 2:03 am
In that case what you need to do is parse the Metadata in either the INFORMATION_SCHEMA.COLUMNS view or build your own script from the sys.Tables and sys.Columns that will construct...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
April 15, 2011 at 4:40 am
Why not back up and restore the database?
Alternatively if you have shiny new empty database, why not use the Import data wizard under Tasks on the Target Database?
SSIS...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
April 15, 2011 at 3:30 am
Charles Hearn (4/8/2011)
_________________________________________________________________________
SSC Guide to Posting and Best Practices
April 8, 2011 at 8:43 am
I forgot to ask if the Temp tables were indexed as that could improve the performance considerably.
_________________________________________________________________________
SSC Guide to Posting and Best Practices
April 8, 2011 at 8:27 am
I would be tempted to rewrite the query as follows
INSERT INTO ResultTable
SELECT t.field1_varchar_255
...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
April 8, 2011 at 8:12 am
chetnaj (4/7/2011)
I have tried the proxy thing also. Error is Execute permission denied. Some jobs run but some don't now.
I take it the ones that run are using...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
April 7, 2011 at 10:04 am
I trust you can log into the SQL Box using the sa account, and create things on the server?
Other issues could be with the Jobs, are they SSIS or...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
April 7, 2011 at 9:48 am
Andy,
An intersting article and of great interest having being a DW developer for the last 8/9 years, and I would always describe version 0 as a Proof of Concept...
_________________________________________________________________________
SSC Guide to Posting and Best Practices
April 7, 2011 at 5:03 am
Viewing 15 posts - 811 through 825 (of 902 total)