Viewing 15 posts - 3,856 through 3,870 (of 13,469 total)
also, take a look at this, where you should change the WarningsReturnAsErrors flag in php.ini:
http://msdn.microsoft.com/en-us/library/cc793139(v=sql.90).aspx
March 21, 2013 at 6:32 am
gotcha, so it works correctly most of the time, but not correctly when accessing via PHP.
When using the PHP application and DBBUser the trigger fails to even run and the...
March 21, 2013 at 6:23 am
fixed the link for the screenshot, so you can see an example of how other errors occur in the trigger, but only the generic error gets sent to the user
March 20, 2013 at 1:48 pm
again, no matter what the REAL ERROR is inside the trigger (ie Invalid object name 'DatabaseLogonAudit.dbo.AuditDatabase '. or user does not have access,
the generic error message is all they get.
pretty...
March 20, 2013 at 1:19 pm
this error:
The check for encryption trigger fails with the infamous ‘login fails due to trigger execution’ error when using any .Net app (SSIS, SSRS, VB program, etc.).
is normal for a...
March 20, 2013 at 12:55 pm
johnnyrmtl (3/20/2013)
March 20, 2013 at 12:01 pm
johnnyrmtl (3/20/2013)
I've launched a profiler trace and piped it towards a directory and a file...
I see 2 ID's within sys.traces but with the one I launched has a...
March 20, 2013 at 11:28 am
johnnyrmtl (3/20/2013)
March 20, 2013 at 9:51 am
i cannot imagine any way to automate this;
this really requires someone to go thru the data, and familiar with a lot more than just the names/users;
you don't have any other...
March 20, 2013 at 8:59 am
akberali67 (3/20/2013)
davidandrews13 (3/20/2013)
March 20, 2013 at 5:43 am
there's far more information out there than we can provide in a simple forum post; forum posts are great for specific questions, but not so much for general research.
i...
March 20, 2013 at 5:38 am
most foreign key constraints are placed in a column that allows NULL, which is undefined;
if you are storing 'empty' or an empty string or anything else that's not in the...
March 20, 2013 at 5:30 am
kapil_kk (3/20/2013)
I have a scenario according I have to create a table struture. As I have never designed any table structure based on a scenario of SRS. Plz guide in...
March 20, 2013 at 5:20 am
have the developer change the application connection string.
both SQLOLEDB and SQLNCLI providers have a default timeout of 30 seconds unless otherwise overridden in the connection string created by the application.
if...
March 19, 2013 at 2:46 pm
peter.griffin 45527 (3/19/2013)
I hope this is the correct location for my question.
I have written a simple piece of VBA to convert some data and save as a csv file which...
March 19, 2013 at 12:16 pm
Viewing 15 posts - 3,856 through 3,870 (of 13,469 total)