Viewing 15 posts - 331 through 345 (of 640 total)
Thanks again, i will be looking in to this and doing some testing with it.
December 20, 2008 at 6:22 am
Looks interesting.
Never used that before - Can you help me with a real example 🙂
This way i really understand if i can see a real example.
Here is one view
DATABASENME =...
December 19, 2008 at 6:12 pm
Cannot understand the select top 15?
Select @mySQL = N'Alter view myView As Select Top 15 * From ' + @databaseName +'.dbo.yourTableName';
If i have 50 views i would have...
December 19, 2008 at 12:56 pm
Do you know how to change the view with a stored procedure - that might be worth visiting.
Almost like a search and replace, any guidance would be appreciated.
View would...
December 18, 2008 at 10:28 am
So it be something run on the actual server ? yes i can't see any services starting with this .
Kind of strange..
December 4, 2008 at 1:55 pm
Right click on services and see what account it is set to and log in with this account.
November 30, 2008 at 10:56 am
How does this work ......im interested got a few clients outside that connect in saying it slow but want to see if this is before it hits sql or after...
November 30, 2008 at 7:30 am
Go to sql server 2005 surface area configuration.
and check remote connections are set up ....using tcp/ip and named pipes.
If that not work on the actual computer you set up the...
November 30, 2008 at 7:26 am
DTS worked just a treat - i thought it dropped indexes and such but seems ok .
November 24, 2008 at 12:55 pm
I am going to try the DTS wizard and see if it works as there more than 80 tables ..
Cheers
November 24, 2008 at 10:15 am
Sorry yes primary and foreign keys.
Ok so just do the insert and then select into this.
I thought there was a way to remove the constraint of primary to foreign and...
November 24, 2008 at 9:27 am
The datas is in databasea 006 - moving to databaseb 006
DTS didn't think it took care of the constraints.
November 24, 2008 at 8:56 am
I take you got it working ....how did you finally do it - this be good to know especially on the cluster incase you have to move the system files...
November 23, 2008 at 5:07 pm
Thanks i take a look at the other events too..but from APP i can't do too much as it is the vendor software so i need to pass to them...
November 21, 2008 at 7:22 am
Make sure DTC is on in services...believe thats the one that turns on the transactions for Linked services and transactions to flow.
November 20, 2008 at 4:55 pm
Viewing 15 posts - 331 through 345 (of 640 total)