Viewing 15 posts - 8,956 through 8,970 (of 9,248 total)
to clarify on Karl's point further
create a domain local security group in AD which is assigned to the resource (i.e. add to sql server security as a login).
Then create a...
August 28, 2008 at 3:30 am
how many files\filegroups does the database consist of?
August 28, 2008 at 3:26 am
Adam Bean (8/27/2008)
Weird ... I'm a local admin ... I just got done installing 2k5 standard and SP2 ... SP2 went fine, except for this one piece.
what OS is the...
August 27, 2008 at 4:26 pm
select from sys.objects where the object_id
what does it return for this?
August 27, 2008 at 1:31 pm
Fishbarnriots (8/26/2008)
The file looks like a complete dogs dinner
my my, as tasty as that 😀 :Whistling:
August 26, 2008 at 10:15 am
rdavid (8/26/2008)
If I define the input parameter to the stored procedure as nvarchar (which is what I would...
August 26, 2008 at 10:13 am
Lynn Pettis (8/25/2008)
August 26, 2008 at 10:10 am
Brad (8/25/2008)
HI Perry,Thanks a lot. WHere do I find these roles?
Regards,
Brad
the roles are in the MSDB for that instance. Edit a sql users mapping and under MSDB you'll see the...
August 26, 2008 at 10:07 am
are you sure you want to drop all indexes?
you have the scripts to re create them?
August 26, 2008 at 10:02 am
Lynn Pettis (8/25/2008)
why the joins, group bys, and having count(*) >
the group by would be required for the count function i think
August 25, 2008 at 2:11 pm
marius.draganescu (8/25/2008)
It looks like this is it!! It is working...
can you recommend a book/ website/ anything else I could use to learn the more complex TSQL from? I...
August 25, 2008 at 2:04 pm
whether you step through each index or grab the database name and rebuild all its indexes it'll take the same amount of time. I would use a cursor to grab...
August 25, 2008 at 1:59 pm
how many nodes\sql instances are in the cluster
August 25, 2008 at 1:54 pm
ensure users are mapped to one of the MSDB standard DTS roles
db_dtsadmin, db_dtsltduser, and db_dtsoperator
or create and assign a custom role. Users need to have correct permissions to execute...
August 25, 2008 at 9:39 am
marius.draganescu (8/23/2008)
I will try this out Monday and I will let you know how it works. Many thanks!!!
no problem, table aliasing also helps to compact\tidy your code a little (dont...
August 25, 2008 at 4:35 am
Viewing 15 posts - 8,956 through 8,970 (of 9,248 total)