Viewing 15 posts - 13,636 through 13,650 (of 39,818 total)
Tim Mitchell (5/31/2012)
May 31, 2012 at 9:59 am
jfogel (5/31/2012)
May 31, 2012 at 9:58 am
On our list. I'll try to get an ETA on development.
May 30, 2012 at 4:19 pm
You can set the default locations for data and backup files in setup.
For the system files, the master location is passed as a parameter in the service applet (or the...
May 30, 2012 at 3:34 pm
Pick up Michael Coles' book on Pro SQL Server 2008 Encryption
May 30, 2012 at 12:57 pm
Are you running x86 (32 bit)? If not, don't worry.
If you are
http://blogs.technet.com/b/rob/archive/2008/05/15/windows-memory-and-sql-server.aspx
http://msdn.microsoft.com/en-us/library/ms175581(v=sql.105).aspx
May 30, 2012 at 10:44 am
Powershell can work outside of SQL Server and is less cumbersome than stringing scripts through SQLCMD. That provides a good way to handle administrative tasks, especially when they involve the...
May 30, 2012 at 10:43 am
use a batch file. In it
sqlcmd -E -Q "sp_detach_db @dbname='mydb'"
They can double click the batch file to detach the database.
May 30, 2012 at 10:39 am
second vote for what Lynn said. If you provide some DDL and sample data, we can probably help.
I suspect that an inner join is needed as well. When you gather...
May 30, 2012 at 10:37 am
Seth has a good explanation, though I don't know I'd assume a trigger is being used. A stored proc can do this well.
The issue is you can't turn off encryption...
May 30, 2012 at 10:16 am
distinct won't just look at the productID. How can the engine tell which row to discard if it does? Is it the row with the lower price? The higher one?
You...
May 30, 2012 at 10:12 am
Robert Domitz (5/30/2012)
May 30, 2012 at 10:09 am
I hope people aren't rating the article down because it uses FTP and not SFTP. That's what SSIS provides, and we wanted to give a tutorial on how to use...
May 29, 2012 at 3:29 pm
you are welcome.
SP4 is pretty stable, and should be fine. Note that there are some post-SP4 patches that you might want to apply as well as a few are...
May 29, 2012 at 3:12 pm
TravisDBA (5/29/2012)
Not sure why it is called "Happy".:-D
We had a speech at an event yesterday from the American Legion post here in town that addressed this. It is happy so...
May 29, 2012 at 3:06 pm
Viewing 15 posts - 13,636 through 13,650 (of 39,818 total)