Viewing 15 posts - 421 through 435 (of 2,612 total)
Without seeing the errors, it is hard to help you.
I usually use the synchronization feature to make a copy of a database on another server. You may want to...
November 18, 2008 at 5:36 am
If you application works in a disconnected mode and re-connects when it needs to get data or make a change, you are done. If you application retains an open...
November 17, 2008 at 12:03 pm
That option is in the "SQL Server Destination" component. Are you using an "OLEDB Destination" component by accident?
November 17, 2008 at 11:38 am
Make sure you are on the latest service pack for reporting services. MS changed the print dialogs a couple of times - I cannot remember if it was in...
November 17, 2008 at 11:34 am
No. Most undocumented procedures seem to live for awhile.
It is really an indication that they may remove it, rename it, or change it without telling anyone. There have...
November 17, 2008 at 11:29 am
And if you post again, the large font you have used is pretty annoying.
November 17, 2008 at 11:24 am
I am not sure why you think this is a nightmare. In SQL 2000, a GUID as a primary key was fine, it usually is bad for a clustered...
November 17, 2008 at 11:23 am
The answer is no. You have the same chances of generating the same GUID if the column is in the same table or different tables. The table the...
November 17, 2008 at 8:03 am
Lots to add here.
First, on the licensing - you can install the Development Edition of MSSQL on a server as long as everyone connecting to it has a developer or...
November 17, 2008 at 7:39 am
Search around this site a bit, I have seen this problem posted before.
I think the issue may have been the server service pack level being different than the client tools,...
November 17, 2008 at 7:22 am
The update is going to update every row in which any column happens to have a NULL. If the table is large and you have even a few columns...
November 17, 2008 at 7:20 am
Also, you want to make sure you are not creating a clustered index in an order in which adding new data will fragment your index. If you do, it...
November 14, 2008 at 8:50 am
If you are using SQL Authentication, there is not much you can do. You can trace the login events, but most parts of a connection string can be modified...
November 14, 2008 at 6:55 am
There is a command-line utility for deploying DTSX files to an integration services server (and to do lots of other things).
The command will look something like this:
[font="Courier New"]DTUTIL /DestS "%SSISServer%"...
November 14, 2008 at 6:47 am
You could create an alias on the client end that specified TCP/IP.
November 12, 2008 at 7:53 am
Viewing 15 posts - 421 through 435 (of 2,612 total)