Viewing 4 posts - 1 through 4 (of 4 total)
Thanks a lot ... :-D:-):-D:-):-D
And after i run ...
select 'ALTER LOGIN ['+name+'] WITH DEFAULT_LANGUAGE=['+ default_language_name +']'
FROM sys.sql_logins
where name not like '%#%' and name not like 'sa'
November 6, 2015 at 10:16 am
I has the same error but is not over a clustered columnstore index. I drop, rebuild and reindex the index and the error still apear, then i try copy the...
July 7, 2015 at 12:13 pm
Do this for resolve the problem ...
*but first rename de...
February 6, 2015 at 2:06 pm
Lynn Pettis (9/18/2012)
That is a very small database. Wait until you work with a system like PeopleSoft with 50,000+ tables. Good thing the application handles the security there.
October 9, 2014 at 5:38 pm
Viewing 4 posts - 1 through 4 (of 4 total)