Viewing 15 posts - 106 through 120 (of 484 total)
I also found it handy to write a CLR procedure to a SQL Broker Queue process. The CLR procedure formatted an XML document based on parameters passed in message body,...
May 15, 2007 at 7:04 am
Even that type of table should have PK, just not necessarily a clustered key.
The only two examples I have ever seen is temporary working tables for bulk import (where you...
May 15, 2007 at 6:37 am
What a cheesy cheapskate you are! Open your wallet (that's the dust-covered lump you sit on. No, the other lump.). Pull out a credit card and do what normal hard-working...
May 15, 2007 at 6:28 am
Usually faced with less than ideal server purchases, I have tended to got Raid1 instead of Raid5. Even if I only have 4 drives, I will setup 2- Raid1 and...
April 27, 2007 at 6:07 am
What do you want the query to do? Are you looking to get rid of duplicates? Or just find duplicates? Or list out everything except for duplicates?
March 23, 2007 at 11:29 am
GREAT Idea, Camilo. I had forgotten about that resource.
Here's the link for 101 Samples for Visual Basic 2005
Hope this helps
March 23, 2007 at 7:39 am
Regan;
I agree with you. I believe, given limited resources, it is better to isolate 1 tempdb on its own drives rather than have multiple tempdbs sharing spindles with data files.
Also,...
March 23, 2007 at 6:04 am
Formatting in the spreadsheet does not matter; that is only for display purposes.
PW is correct, the Excel ODBC driver looks at the first 8 rows to guess at each...
March 23, 2007 at 5:54 am
Go ahead and store the picture in the database; define the column as varbinary(max). In your VB.Net application, using an ADO.Net dataset to query the table.
You don't say if...
March 23, 2007 at 5:43 am
Your sample code is good. But it should be pointed out that once you have the file data in your Stream object (binObj), there are many options besides just writing...
March 19, 2007 at 7:55 am
Another pro: File storage in the database often takes less disk space, especially if files are small and disk size is large. Since a disk cluster can only hold one...
March 19, 2007 at 7:51 am
I may be oversimplyfying the problem, but would it not make sense that, if time zone...
February 13, 2007 at 2:28 pm
You need to save the error value. As soon as another statement executes, the @@error value is reset (to the error code . Try this (changed code in red):
February 13, 2007 at 2:15 pm
SQLBill is correct in that Local System account will not allow any kind of network access.
You may have the vendors suggestion work by selecting Network Service account for your service,...
January 22, 2007 at 9:04 pm
Your question is how to do WHERE clause for magazaid. I assume you want to run the query for one particular magazaID, and have null row for days that magazineid had...
January 12, 2007 at 10:32 am
Viewing 15 posts - 106 through 120 (of 484 total)