Viewing 15 posts - 1 through 15 (of 111 total)
Steve, can you give an example where using IN Vs OR would be advantageous.
Thanks.
May 16, 2008 at 9:38 am
If you have a subscription to MSDN, you may be able to download it through Microsoft's site. Try calling Microsoft, they will be able to offer some solution as well.
-R
September 26, 2007 at 7:56 am
This promotion has ended (June 30th, 2007). It's a bummer.
July 18, 2007 at 3:32 pm
It's a known issue, (although I am using SP2) I am still having this issue.
Found an alternate solution, http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=473590&SiteID=1
July 6, 2007 at 9:32 am
CREATE TABLE dbo.UserActivity (UserActivityId INT NOT NULL IDENTITY(1,1),
UserName VARCHAR(100), LoginTime DATETIME)
INSERT INTO dbo.UserActivity (UserName, LoginTime)
VALUES ('Peter',...
June 15, 2007 at 12:57 pm
CA XOSoft. They have a product (WANSyncHA SQL) that provides server (DB) wide DR solution.
June 15, 2007 at 10:54 am
June 13, 2007 at 8:37 am
I am stuck at the point where web service needs to be created. Can someone show how to create or enable web services?
Thanks.
May 31, 2007 at 8:58 am
I found a way to do this through SSMS. Register SQL Server 2000 and select the database, then click Export Data that opens Import and Export Wizard. But there is...
May 25, 2007 at 10:27 am
That was a scary moment. I was able to enable sa. The problem happened when I was trying to create a SSIS package that dropped all logins. Can someone point...
May 24, 2007 at 3:21 pm
Found the cause, the database restore worked fine. There was a replication that was turning the identity property (on 2005) to off. So we basically turned off the replication for...
May 24, 2007 at 8:15 am
Viewing 15 posts - 1 through 15 (of 111 total)