Viewing 15 posts - 5,086 through 5,100 (of 13,465 total)
creating a custom role encompasing the specific requirements is a best practice.
permissions should be assigned to custom roles, and users assigned to the custom roles.
This makes migrating users from one...
August 2, 2012 at 8:26 am
here's my suggestion:
create this role in each of the ten databases in question.
add the logins of the developers as users to each of the ten databases.
add the users to this...
August 2, 2012 at 8:10 am
i scripted out your trace, and ran it on my dev server(changing the path to the trace file only)
i certainly see trace data, but i'm confused about what you say...
August 2, 2012 at 7:55 am
DBA328 (8/2/2012)
instance startup,mount & database open;
alter database backup archive log and restore
This privilege allows the user to perform basic operational tasks without...
August 2, 2012 at 7:09 am
I googled "SQL server linked server to "Oracle Internet Directory" " with no luck at all;
how often does the data change in the "Oracle Internet Directory"? is it something...
August 2, 2012 at 6:59 am
SQLKnowItAll (8/2/2012)
August 2, 2012 at 6:28 am
i would definitely recommend going to 2012, and not recommend 2008, or even 2008R2. just because YOU might not have experience in 2012 does not mean you should not recommend...
August 2, 2012 at 6:11 am
so close...we have a table now, and some expected results....but you provided screenshots of data.
i cannot copy paste those screenshots into SSMS to get the sample data.
I'm looking for commands...
August 2, 2012 at 5:46 am
a quick google search of "FDIC insured banks" gives me a starting point like Gail suggested:
7200+ institutions on the search page , all part of a downloadable csv file.
you'd...
August 1, 2012 at 3:23 pm
andersg98 (8/1/2012)
Rather than using an optimizer hint why not just change the table variable to a temp table and let the optimizer do its thing.
mostly because a function can only...
August 1, 2012 at 2:57 pm
i think it's simply like this:
...ORDER BY ISNULL(SortOrder,2)
August 1, 2012 at 2:47 pm
if you think the variables popup might be showing up outside of the desktop space(like when you switch from dual monitor to single, and stuff is outside of scope)
a lot...
August 1, 2012 at 1:15 pm
well , answering my own question as to why performance sux:
the plan has nested loop for the inner join, i think based on the Estimated # of rows being =...
August 1, 2012 at 11:51 am
OK the examples so far are kind of specific to the data at hand, and not as generic as I was thinking a Joiner function would be.
i was playing...
August 1, 2012 at 11:39 am
the jet driver would already be on a normal server, but only works from 32 bit installations, ie SQL 2005;
if you are on a 64 bit SQL server, you need...
August 1, 2012 at 8:44 am
Viewing 15 posts - 5,086 through 5,100 (of 13,465 total)