Viewing 15 posts - 38,761 through 38,775 (of 39,456 total)
December 4, 2001 at 11:50 am
do you have a key that includes data about where the data was entered? If you have the same key for both sources, you will have problems. You should have...
December 4, 2001 at 11:04 am
If you want to use DTS, I'd use andy's suggestion of FSO.
Either way, I'd get it out of the trigger and use some other process to move data often.
Steve Jones
December 4, 2001 at 11:02 am
np on the long post, but it doesn't make sense.
This is one table that gets a bunch of information, but what does the table look like? What columns?
Then something calls...
December 4, 2001 at 11:01 am
December 4, 2001 at 11:01 am
This isn't a best practice article. Instead, it says the "worst practice" is depending on the GUI, not using the GUI. I appreciate all the comments and most are valid....
December 4, 2001 at 10:54 am
Try here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sqldmo/dmoref_con05_8a9c.asp
Steve Jones
December 4, 2001 at 10:48 am
As far as I know, there is not name yet. Not sure if there will be a patch since you would have to scan all connections to SQL Server and...
December 4, 2001 at 10:46 am
December 4, 2001 at 10:41 am
Is this a user database? Which version of SQL? How are you getting the information that where are 3000 views? Did you create 900 views in this db?
Some more...
December 4, 2001 at 10:36 am
December 4, 2001 at 10:33 am
Use >> if you do it through a shell.
select @text = ColumnA from TableA
exec master..xp_cmdshell 'echo ' + @text + ' >> c:\test.txt'
Steve Jones
December 4, 2001 at 8:48 am
Do you mean new objects, or existing objects?
Existing ones will have to be changeed with sp_changeobjectowner
Steve Jones
December 4, 2001 at 8:46 am
Should workin both. Are you getting an error? Perhaps he still has a login in the db.
Steve Jones
December 3, 2001 at 5:58 pm
Slow ass DMO coders!
BTW, as to the original question, do you ahve other tables that return quickly? Perhaps you are IO constrained.
Steve Jones
December 3, 2001 at 5:57 pm
Viewing 15 posts - 38,761 through 38,775 (of 39,456 total)