Viewing 15 posts - 226 through 240 (of 301 total)
I used nvarchar(MAX) / sysname datatypes to update audit column [user_updated] - which uses suser_sname() values. Still get this error.
[User_Updated] Column - [nvarchar](max) NULL CONSTRAINT [DF_Employee_Audit_ModifyUser] DEFAULT (suser_sname()),
CREATE TRIGGER...
January 22, 2016 at 8:52 am
When I tried to log [system_user/suser_sname() - current user] to audit column(datatype - sysname) using trigger, I get the error 'String or Binary data would be truncated'. I used other...
January 22, 2016 at 8:36 am
Yes Phil. Any other way to implement this.
January 22, 2016 at 6:59 am
Thanks Phil. Please advise if the following permissions are good enough.
data reader, data writer, Create role for View/Execute permissions on db level (dbo and all user defined schemas).
January 19, 2016 at 9:29 am
Can I create just one file for now for a specific file group and create additional files if required in the future? Is this a good approach?
January 6, 2016 at 6:56 am
Thanks Jeff. This was not causing a performance issue when the same code was running on 2008.
This particular function is used only in one stored procedure.
Here is the tsql:
--FUNCTION
create Function...
December 14, 2015 at 11:54 am
Yes it was done. It's been a while migration was done.
December 12, 2015 at 9:09 pm
thanks Jeff. We happened to see this issue after sql server was migrated from 2008 to 2014 version.
December 12, 2015 at 5:38 pm
Sql server restart was not made. There is only intermittent TCP errors from clients on DMZ. No errors on clients accessing from internal network.
December 8, 2015 at 5:25 am
This script sends multiple email alerts rather than a single email. Can this be fixed?
December 1, 2015 at 12:57 pm
Thanks. How to perform the migration using the default RS dbs on the new server.
October 15, 2015 at 8:34 am
Viewing 15 posts - 226 through 240 (of 301 total)