Viewing 15 posts - 301 through 315 (of 771 total)
I lost this tables:
Clustered index successfully restored for object 'syscolumns' in database 'sgt'.
Msg 2501, Level 16, State 1, Line 1
Could not find a table or object named 'FUNCIONARIO'. Check sysobjects.
Msg...
March 31, 2014 at 7:26 am
It seems perfect. How can I add information to the script about the user that this this operation?
March 25, 2014 at 2:36 pm
also, what object inside the msdb can I query to have all the restores that were made to SGCTI?
Can I do a select where name ='SGCTI' to one of the...
March 25, 2014 at 11:32 am
to the data (insert, update and delete). Only DML
February 24, 2014 at 10:40 am
There is a person that made a script (generic script) to do this.
I have searched on the internet and did not found...
I saw the script some time ago but I...
February 24, 2014 at 10:28 am
Sorry, I was not clear.
I need to find a way of encrypting the data because I cannot prevent the client from creating SQL or windows users with full permissions on...
February 7, 2014 at 7:47 pm
I want that no one can read the database. They can only read the information on the database through my applications (vb.net and vb 6.0)
Can they decrypt (to read the...
February 7, 2014 at 6:13 pm
I saw TDE encryptation in SQL Server 2008 which could be the answer to my questions but then I read this:
"TDE is not a form of access control. All users...
February 7, 2014 at 6:10 pm
I don't have SANs. The SQL Server Instances are on two different servers (each server is a standalone server)
Servers are on different physical places.
Can I create http linked server?
December 20, 2013 at 5:34 pm
As told, the two database will be on different servers.
Maybe the best solution is to create a linked server on the destination server. Then on the destination database create a...
December 20, 2013 at 5:02 pm
Thank you for the feedback.
Ok. I undestand it.
What about the profiler?
1) Can I ask the profiler to log all the querys that are pass throug the query window? Olher...
November 17, 2013 at 8:22 am
Hi,
Thank you for the feedback.
I would like to achieve this without a third party tool.
Can't I say to the Management Studio automatically save (without having to ask the user) all...
November 17, 2013 at 8:00 am
i ALSO TRIED TO CHANGE BY DOING THIS:
IF (@ANO IS NULL AND @MES IS NULL AND @DIA IS NULL)
BEGIN
...
October 4, 2013 at 4:01 am
Thank you for your reply but in this case I prefer the first solution.
Thank you all for the help.
April 22, 2013 at 2:58 pm
Viewing 15 posts - 301 through 315 (of 771 total)