Viewing 15 posts - 616 through 630 (of 653 total)
I think your approach is ok.
>I'm currently thinking of going with views linked to the new >customer database, to replace the existing customer tables.
if all the databases are on one...
August 3, 2005 at 5:29 am
when you use convert just make sure to specify 120,121 or 126 for the date format. some time back i used 103 for comparison and i ended up getting logical...
August 3, 2005 at 5:24 am
Which route to take also probably greatly depends on the organisational policy.if you want to have strong password checks, logout etc then WA is the one to choose.
It takes more...
August 2, 2005 at 1:46 am
yes you can use WA.as Julian has said the username/password combination has to exist on the other end.
August 2, 2005 at 1:41 am
I think it is a good idea to have the anti-virus because the alternative will not be good when your svr is attacked.
i have anti-virus on my dev server, and...
July 20, 2005 at 5:16 am
thanks for the link.i wonder where we will eventually end up with these certifications.
July 14, 2005 at 2:51 am
/*add the user to the sql login */
EXEC sp_addlogin @username,@Password,'pubs'
EXEC sp_grantdbaccess @username,@username
refer to BOL for explanations
July 14, 2005 at 2:49 am
found this article using c#
http://www.codeproject.com/cs/database/ImageSaveInDataBase.asp
July 13, 2005 at 1:17 pm
i usually use this
--------------------------
ALTER procedure [Sales by Year]
@Beginning_Date DateTime, @Ending_Date DateTime AS
SELECT Orders.ShippedDate, Orders.OrderID, "Order Subtotals".Subtotal, DATENAME(yy,ShippedDate) AS Year
FROM Orders INNER JOIN "Order Subtotals" ON Orders.OrderID = "Order Subtotals".OrderID
WHERE...
July 11, 2005 at 7:19 am
I think you should get one of the books from MS press. The brain dumps are not really good for you (well maybe except for passing the exam) because you...
July 7, 2005 at 6:11 am
I think the big guys who support the open source paradigm have seen that there is no way to run away from closed source becoz that is where the big...
June 20, 2005 at 8:57 am
eish wish i could also say the same about the zimbabwean situation.we also call it braai this side, but i think soon it will be we used to call it...
May 30, 2005 at 5:44 am
I suggest a good book on sql server 2000, it will help you a great deal.
May 10, 2005 at 2:39 am
on the SQL Server name dropdown put the a dot(.) or 127.0.0.1 if the server is sitting on your machine or put the name of your machine
choose SQL authentication....
May 10, 2005 at 12:46 am
Viewing 15 posts - 616 through 630 (of 653 total)