Viewing 15 posts - 346 through 360 (of 684 total)
P Jones (1/29/2008)
January 29, 2008 at 7:23 am
P Jones (1/29/2008)
Perhaps it's the Tools Options settings in BIDS (aka Visual Studio 2005) that make it re-draw?
That's what I thought it might be but I've been through most of...
January 29, 2008 at 2:09 am
I'm just saving the packages normally through the studio designer, which saves the .dtsx file.
Maybe there's something wrong/weird about my installation. I'll see if I can find another machine...
January 28, 2008 at 3:01 pm
GilaMonster (1/15/2008)
Check the local security policy for the server, find the item 'Perform Volume Maintenance...
January 15, 2008 at 6:44 am
This is on SQL Server 2005 by the way.
I agree with everything you're saying Jeff but at the same time, with all the best laid plans, sometimes things don't work...
January 15, 2008 at 5:38 am
The variable is set from within the package. I just added a variable, set the property EvaluateAsExpression to True and filled in the expression. The Scope of the...
January 11, 2008 at 7:07 am
It's fairly easy to do.
Just open up SQL Server Business Intelligence Studio and create a new project.
On the left hand side, in the Tool Box, select the Transfer Logins Task...
December 14, 2007 at 5:52 am
You can use SSIS to transfer the logins from the primary server to the secondary server. Just make sure you specify the option to copy the SIDs with the...
December 14, 2007 at 1:57 am
lenardd (11/26/2007)
My two questions relate to this schema and documentation.
Why is a composite PK needed for the SalesOrderDetail table when SalesOrderDetailID is already an identity column?
Second, is it ideal...
November 27, 2007 at 2:53 am
There are various things you can do here. Import the file into a table and then do the join, use openrowset or opendatasource. Here are a couple of examples.....
July 26, 2007 at 4:14 am
I can't say for sure whether you'd need to rebuild your clustered indexes but it's always worthwhile running a dbcc showcontig regularly and rebuilding your indexes if they need to...
July 26, 2007 at 3:59 am
You could do this by first creating 4 additional files.
Then run dbcc shrinkfile (file_id, emptyfile) on the original file, which will migrate the data in the original file and spread...
July 25, 2007 at 7:59 am
You could do as Kiran has suggested but be aware that if you're logged in to a SQL Server remotely using sql authentication then there is no windows login name...
July 24, 2007 at 7:06 am
That query returns the login name of the logged in user, which in the original posters case is a sql server login, not a windows login. What the poster wants...
July 24, 2007 at 6:50 am
Viewing 15 posts - 346 through 360 (of 684 total)