Viewing 15 posts - 5,746 through 5,760 (of 6,400 total)
They have created the schema right? Also for some reason db_owner hasnt been removed as it? Shouldnt of as they created the DB and with dbcreator should get...
March 1, 2012 at 9:07 am
Damn them for updating BOL,
Thanks for that, just so you know its not me going crazy
March 1, 2012 at 8:56 am
I would say have they created the schema? or has something gone funny with permissions when the db was created?
i've just tested this on my test bed and working as...
March 1, 2012 at 8:53 am
Ah as in public internet facing.
So for an internal intranet with a company user base of 50 I could licence on a user cal/server method and not CPU.
Suppose it then...
March 1, 2012 at 8:03 am
Correct me if I'm wrong on this, but from my understanding, any SQL server which is accessed from the web needs to be done on a per processor basis.
March 1, 2012 at 7:51 am
Sorry Corgi, maybe its me reading the thread wrong.
Is the problem that he can create other schemas and objects? Or is the problem that if they try to select...
March 1, 2012 at 7:45 am
if you create a blank trace using the blank template and just enable the following event
Security Audit --> Audit Login Failed, you should eventually get a hit.
as its a sql...
March 1, 2012 at 7:40 am
learn something new every day
March 1, 2012 at 5:25 am
if none of the accounts can log in as a sysadmin then the only way would be to start SQL in single user mode.
first ensure you can log on as...
March 1, 2012 at 5:04 am
Load the data into a holding table, then you could write a t-sql task to only copy the data you need passing in a variable
March 1, 2012 at 1:30 am
abbottl (2/29/2012)
Error: 18456, Severity: 14, State: 38.
state 38 is database doesn't exist/no longer exists or login doesn't have access to the requested database.
I know this is basic but the db's...
February 29, 2012 at 10:17 am
GilaMonster (2/29/2012)
Don't. Use sys.sql_modules.syscomments has been deprecated for 7 years.
Learned something new on this, thanks Gail.
February 29, 2012 at 6:26 am
Engr Shafiq (2/29/2012)
anthony.green (2/29/2012)
Gianluca Sartori (2/29/2012)
GilaMonster (2/29/2012)
Gianluca Sartori (2/29/2012)
GilaMonster (2/29/2012)
Gianluca Sartori (2/29/2012)
SQL Server 2012 will be out in some days.
The marketing launch event is in a couple of days. Availability...
February 29, 2012 at 6:25 am
MaxErrorCount is at the SSIS package level, so the SSIS package can only raise 1 error before failing
your saying that the job continues to run after the ssis package fails...
February 29, 2012 at 6:22 am
whats the logic in the actual job
eg
STEP_____OnSuccess_____OnFailure
step 1____GoToNext______GoToNext
step 2____GoToNext______GoToNext
step 3____QuitSuccess____QuitFailure
so if the SSIS package is run in step 1, it will continue to step 2 as on failure is set...
February 29, 2012 at 4:55 am
Viewing 15 posts - 5,746 through 5,760 (of 6,400 total)