Viewing 15 posts - 4,486 through 4,500 (of 7,168 total)
- PGP (gnupg is a good, free option)
- Third-party backup tools like redgate SQL Backup[/url]
- TDE (requires Enterprise Edition) protects your data at rest using the SQL encryption hierarchy so...
April 16, 2012 at 8:49 am
shiv-356842 (4/14/2012)
i want all logins and groups in a instance in sql server 2008 R2
can you please provide script for this
i can use sp_help logins, sys.syslogins,...
April 16, 2012 at 8:42 am
captbob007 (4/13/2012)
I have a database that...
April 16, 2012 at 8:38 am
I cannot say I have seen any official guidance on revoking public's access to system procedures.
I have seen guidance related to public's server-level privileges, specifically the GRANT VIEW ANY...
April 14, 2012 at 11:01 am
I've seen mail servers reject email to distro lists unless it comes from trusted sources to prevent spammers from hitting them. Your mail was queued, but see if it was...
April 13, 2012 at 4:55 pm
Please post the actual error messages.
April 13, 2012 at 2:03 pm
chumphrey 12211 (4/13/2012)
April 13, 2012 at 1:27 pm
csoloway (4/13/2012)
April 13, 2012 at 1:05 pm
Did you install Developer Edition named instance or just quit after seeing SSIS-state during the installation process?
If you can play, I would try installing the Dev instance and see what...
April 13, 2012 at 12:39 pm
I would definitely try to get them onto a supportable build before starting. Is upgrading to 2008R2 running in 80 compatibility mode an option? SQL 2012 was the first version...
April 13, 2012 at 11:55 am
You can look in sys.dm_exec_sessions for running sessions. For Agent jobs the program_name column will look something like this where the binary string will be the id of your job:
SQLAgent...
April 13, 2012 at 11:48 am
What documentation on the web?
Here is the official documentation for sp_change_users_login and is states:
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature...
April 13, 2012 at 11:28 am
varchar2 ? Is this an Oracle question? This is a Microsoft SQL Server Forum.
In general it is proper practice to choose the appropriate data type from the outset. It is...
April 13, 2012 at 10:34 am
Thanks for the email. Interesting file...it appears the data provider is too clever for everyone's own good. The file is actually an Excel htm file (binary format) changed to have...
April 13, 2012 at 10:05 am
Viewing 15 posts - 4,486 through 4,500 (of 7,168 total)