Viewing 12 posts - 76 through 87 (of 87 total)
Right, I'm just looking for the month, day, and year to match up. Using your format would the function GetDate() and the data-type datetime for Holiday_Date be comparable using the...
October 1, 2002 at 12:12 pm
thanks guys, how's this look. I'll just set a job to execute this code. The spoc is cnvflag.
BEGIN TRAN
DECLARE @holiday VARCHAR
SET @holiday = (SELECT * FROM Holidays WHERE HolidayDate =...
October 1, 2002 at 11:43 am
any ideas on how to get server name, dbname, DB owner, and version?
September 12, 2002 at 10:51 am
thanks jody, that was great help. I'll give that a go. Also, good tip on the sql accounts. Thank god for this site and the people on it.
-Pat
August 13, 2002 at 4:42 pm
I'm sorry. Did you mean the server alias set up on both sides as well?
August 13, 2002 at 4:08 pm
Thanks, Jody. So, by setting up a named-alias, and its parameters including IP address and port number, I could reference this name in sp_addlinkedserver, or in a dts package and...
August 13, 2002 at 4:07 pm
here's the setup. Server A, is located at building A, within a private network. A third party points the public IP to one of our private LAN addresses. Server B...
August 13, 2002 at 3:30 pm
quick question. is log shipping available only in enterprise edition, and not standard?
August 8, 2002 at 9:01 am
Thanks for responding so quickly guys. As I understand it, log shipping would make the off-site DB read-only, whereas transactional replication would enable the DB to be written to and...
July 29, 2002 at 2:59 pm
Thanks steve. That's just what I was looking for. That works fine. I was trying to make it too complicated. Any opinion on the dts package. I am dropping and...
June 25, 2002 at 2:57 pm
thanks for replying steve. I must have had brainlock this morning. I just need to update the columns in each record with matching primary keys, not update the keys. However,...
June 25, 2002 at 1:10 pm
Viewing 12 posts - 76 through 87 (of 87 total)