Viewing 15 posts - 13,711 through 13,725 (of 39,899 total)
mtillman-921105 (5/31/2012)
May 31, 2012 at 1:53 pm
mtillman-921105 (5/29/2012)
Jack Corbett (5/29/2012)
May 31, 2012 at 12:45 pm
Meaning can you call PoSH from SSIS? Or Vice Versa?
I think the confusion is that PoSH isn't much of anything. It's a shell for accessing components. In the SQL space,...
May 31, 2012 at 12:44 pm
I don't think this is true. I could easily copy binary files or text files on Unix machines from 64bit Solaris to 32 bit Solaris.
I can't execute a 64 bit...
May 31, 2012 at 11:20 am
This isn't a web forum. This is a SQL Server forum. Please don't post questions here about other technologies.
To copy folders, just open two explorer windows and drag the contents...
May 31, 2012 at 11:09 am
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
Viewing 15 posts - 13,711 through 13,725 (of 39,899 total)