Viewing 15 posts - 18,661 through 18,675 (of 26,489 total)
That (without the GO's) or ensure the stored procedure is created with those options set appropriately.
October 7, 2009 at 12:12 pm
Why don't you just delete this part from the second query, it is always true:
and (avg_cost <> 0 OR avg_cost = 0)
and (in_stock <> 0 OR in_stock = 0)...
October 7, 2009 at 12:11 pm
Duplicate post. Please post replies here.
October 7, 2009 at 12:00 pm
What does this return:
SELECT
i.CreatedDate,
i.EffectiveDate
FROM
Inventory AS i
WHERE
i.InventoryReasonCode = 173
AND i.EffectiveDate...
October 7, 2009 at 11:57 am
VG-619426 (10/7/2009)
But, the table is referenced in a view, which has a indexed...
October 7, 2009 at 11:53 am
I'd start by searching the MSDN and Technet sites for Cluster Configuration.
October 7, 2009 at 11:48 am
Okay, sorry but an empty string ('') is not the same as NULL.
October 7, 2009 at 11:26 am
I know that tables inside an ACCESS database can be accessed using linked servers. At a previous employer we attempted to execute inside an ACCESS database but failed as...
October 7, 2009 at 11:22 am
How is the insert being accomplished, actual T-SQL command or inside a stored procedure?
October 7, 2009 at 11:19 am
Melton (10/7/2009)
You also cannot do WITH DIFFERENTIAL against the master database, only FULL.
I thought so, and just verified it myself as well.
October 7, 2009 at 11:12 am
Roy Ernest (10/7/2009)
October 7, 2009 at 10:30 am
What are you trying to accomplish?
October 7, 2009 at 10:24 am
You know, if it paid well enough, I'd considering working in the UK for a few years. Been 28 years since I left, and I would love to come...
October 7, 2009 at 10:22 am
Vika-414488 (10/7/2009)
Backup failed to complete the command BACKUP DATABASE [master] TO VIRTUAL_DEVICE='BAKBONE' WITH DIFFERENTIAL, BLOCKSIZE=512, MAXTRANSFERSIZE=65536What can be the reason that it fails?
Looking at BOL for SQL Server 2000, I...
October 7, 2009 at 10:19 am
Viewing 15 posts - 18,661 through 18,675 (of 26,489 total)