Viewing 15 posts - 991 through 1,005 (of 1,222 total)
The osql utility has a -o switch which can be used to write any output generated by the command to a file. You could add this to the command...
October 28, 2007 at 8:28 pm
You can generate the windows command for running your package by executing "dtexecui".
This utility give you options for all of the settings required for the package and then shows you...
October 28, 2007 at 8:24 pm
triggers run as part of the same transaction as the insert statement. If the trigger fails, the transaction is rolled back.
Identities are not generated/locked by the transaction. If...
October 25, 2007 at 10:11 pm
Is the issue that when you create a stored procedure one of more of the objects it depend on does not exist yet ?
As far as I know, this is...
October 25, 2007 at 9:58 pm
Further to what Paul said, in a production environment, you should be setting the database file sizes to what they need to be so that they do not need to...
October 23, 2007 at 9:42 pm
First, change the location As2005 is using for its data directory. Connect to the server using Management Studio, goto the server properties (right click on the server name). ...
October 23, 2007 at 9:20 pm
I guess my real issue is that the question assumes knowledge that I don't have (about golf) - it would not surprise me to find a lot of people do...
October 23, 2007 at 12:37 am
So what is it that golf does ?
It ain't easy to answer a question when you have no idea what the answer is supposed to look like (yeah, you...
October 22, 2007 at 11:07 pm
Some posts there have raised concerns about collations. Whilst it is highly desirable to have everything nicely aligned (including collations), this isn't always the case. It is pretty...
October 20, 2007 at 3:19 am
Deleting the server registration has absolutely no affect on the server. It is only removing it from the list of server that Enterprise Manager shows you.
For replication, you need...
October 18, 2007 at 9:39 pm
In SQL 2005, an alternative is to define a synonym. They are very easy to create and provided you have a linked server in place, you the underlying table...
October 18, 2007 at 9:28 pm
Ideally, you would use the project/solution that was originally used to develop the cube.
Assuming that this is not an option, you can do what you want using BI Development Studio....
October 2, 2007 at 9:28 pm
There is no need to write any code for this. Excel pivot tables have an option to auto refresh when the spreadsheet opens. All you need is to check the...
September 24, 2007 at 10:38 pm
I would be careful using mapped drives. You get issues with trying to use the same drive letter for users logged in on the console and for services. These arise...
September 24, 2007 at 5:28 pm
I assume that in your foreach task, you have a data flow task that has, as its source, an OLE DB source with a SELECT statement on the MS-Access table...
September 23, 2007 at 11:07 pm
Viewing 15 posts - 991 through 1,005 (of 1,222 total)