Viewing 15 posts - 13,606 through 13,620 (of 26,486 total)
Unless otherwise advertised, yes. I do seem to remember a service pack that was released once that didn't have a fix from a CU, but that was quite a...
March 22, 2012 at 12:17 pm
Brandie Tarvin (3/22/2012)
Lynn Pettis (3/22/2012)
March 22, 2012 at 12:13 pm
patrickmcginnis59 (3/22/2012)
Lynn Pettis (3/22/2012)
patrickmcginnis59 (3/22/2012)
UnbalancedKarma (3/22/2012)
The article is the usual C#/VB snobbery and in-fighting but the linked reply makes some good points in the case for VB.NET.
Comparing the two is...
March 22, 2012 at 12:08 pm
Elliott Whitlow (3/22/2012)
Lynn Pettis (3/22/2012)
March 22, 2012 at 12:06 pm
Charmer (3/22/2012)
SQLKnowItAll (3/21/2012)
Charmer (3/21/2012)
i try to run some T-SQL statements in ssms like insert and update left outer join with 5 tables...due to large records it takes too much...
March 22, 2012 at 12:00 pm
Elliott Whitlow (3/22/2012)
March 22, 2012 at 11:48 am
If using BCP, you need to use the -h switch with the FIRE_TRIGGERs hint.
If using BULK INSERT (T-SQL) you need to use the WITH FIRE_TRIGGERS option.
If using SSIS, you need...
March 22, 2012 at 11:37 am
patrickmcginnis59 (3/22/2012)
UnbalancedKarma (3/22/2012)
The article is the usual C#/VB snobbery and in-fighting but the linked reply makes some good points in the case for VB.NET.
Comparing the two is always invitation for...
March 22, 2012 at 11:33 am
You need the express edition with advanced services based on the comparision between editions.
March 22, 2012 at 11:32 am
Gazareth (3/22/2012)
In that case, you need to add a HAVING clause:
SELECT SALES.UID
,SALES.Reference
--,SALES.SOStatusID
--,SALES.SalesOrderCategoryID
,COUNT(SERV.Reference) AS 'Number Of Service Orders...
March 22, 2012 at 11:26 am
Since we don't have access to your database and the data, it is difficult to answer a question the appears on the surface to be a data issue, not a...
March 22, 2012 at 11:13 am
Eugene Elutin (3/22/2012)
...
It all depends on the application/environment. I did database development where the sometimes the application handled the transaction (made several calls to the database running several stored...
March 22, 2012 at 10:57 am
How are you doing the bulk import, SSIS, BCP, some other method?
March 22, 2012 at 10:53 am
Brandie Tarvin (3/22/2012)
Lynn Pettis (3/22/2012)
March 22, 2012 at 10:51 am
Only way to know for sure would be to restore the source database from yesterday and verify that nothing changed between yesterday and today. You will want to see the...
March 22, 2012 at 10:33 am
Viewing 15 posts - 13,606 through 13,620 (of 26,486 total)