Viewing 15 posts - 32,071 through 32,085 (of 39,748 total)
I didn't think we had orphaned transactions in SQL. You can use dbcc opentran to find open transactions, but I thought that if the client dropped the server would rollback.
May 16, 2007 at 8:10 am
Looks like one of the tasks if failing. Can you provide details on this task? Are you sure it's configured correctly?
May 16, 2007 at 8:09 am
Great list from Antares above and while I agree life is easier for the Windows team, it still needs to work for you and your clients. The hardware resource issues...
May 16, 2007 at 8:07 am
You could report it to MS. AFAIK, this should never happen. My suspicion is the data got put there, possibly without your knowledge. The backup stream processes pages from only...
May 16, 2007 at 8:04 am
I do think Microsoft has done a great job and I think their pricing is actually fairly low. Doesn't seem that way for a monopoly in places, but I remember...
May 16, 2007 at 7:15 am
OK, the answers have been corrected to 4 100GB drives in a RAID 5 array. Apparently I cannot add ![]()
Points awarded back for those...
May 16, 2007 at 7:07 am
Thanks for the comments and I was surprised I couldn't find a good summary elsewhere.
Some of the missing things mentioned are good ones and I've tended to group them...
May 15, 2007 at 10:18 pm
I'm not sure why you need VMWare. SQL allows multiple instances on one machine, something that most software does not allow. It also is worth mentioning that not every application...
May 15, 2007 at 8:05 am
It was my understanding that a heap is a table without a clustered index.
Clustered or non-clustered index is not related necessarily to a PK. A PK is something different. It...
May 15, 2007 at 8:02 am
A SELECT statement might qualify for the E part (extraction), but I agree with Gift Peddie that T-SQL doesn't really do the job.
T-SQL and Excel can work in places,...
May 14, 2007 at 12:48 pm
The comma is causing issues for sure. You can prefix a field in Excel with a quote (') to have it translated as text.
As mentioned above, I'm still not seeing...
May 14, 2007 at 8:17 am
I'm not sure why not either. It's a good product space and it would definitely help with this issue.
Perhaps a cross join with a table of names, random SSNs,...
May 14, 2007 at 8:04 am
I tend to agree with Ian. While virtualization makes sense in some cases and gives you hardware independence (a problem with Windows), SQL is mostly hardware independent already. Multiple instances...
May 14, 2007 at 8:00 am
You can make it autoincrement by setting the identity column.
If you don't want to do that, you have to calculate the next ID value and insert it into the table.
May 14, 2007 at 7:56 am
Viewing 15 posts - 32,071 through 32,085 (of 39,748 total)