Viewing 15 posts - 12,196 through 12,210 (of 26,486 total)
Jeff Moden (5/5/2012)
SQL Kiwi (5/4/2012)
One way to do this is to materialize the CTEI'm definitely a fan of that especially when a CTE is referenced more than once.
I think that...
May 5, 2012 at 7:47 pm
IIRC, to do this the database needs to be cleanly shut down. If your transaction log is totally lost due to a corrupt or crashed drive, I don't believe...
May 4, 2012 at 2:46 pm
Based on your sample data, what should the expected output look like? Manually build us a table that represents the expected results.
May 4, 2012 at 2:43 pm
Means one of the triggers some where along the line is failing.
Since you disabled the first trigger and things worked, go to the next and work your way forward until...
May 4, 2012 at 1:04 pm
joshd 1807 (5/4/2012)
I'm wondering if it's a case of 32bit vs....
May 4, 2012 at 1:01 pm
It depends. What were you making when you were there? How much do you think they will pay?
May 4, 2012 at 12:11 pm
bopritchard (5/4/2012)
On SQL1 there is DB1...
May 4, 2012 at 12:08 pm
Best thing to do is contact Microsoft.
Technically, as long as no users make changes to database objects (CREATE/ALTER/DROP tables, stored procedures, functions, etc), then you can use the Developers Edition...
May 4, 2012 at 12:04 pm
Matthew Cushing (5/4/2012)
I hear that it'd help with...
May 4, 2012 at 10:05 am
Could you post the DDL for the table, some sample data to populate the table, and the expected results based on the sample data.
May 4, 2012 at 9:57 am
During the Sprint planning, as the group is selecting tasks to work in the next Sprint, it is possible for the team to select lower priority tasks based on capacity....
May 4, 2012 at 9:45 am
Without seeing the DDL you are trying to use to create the mirror between N1 and N2 we can only guess.
Are you trying to create this mirror to a different...
May 4, 2012 at 9:18 am
Downloaded and restored your DB last night. Went to bed right after, long day.
May 4, 2012 at 9:15 am
DBA_SQL (5/4/2012)
Lastname ...
May 4, 2012 at 9:10 am
Edward-445599 (5/4/2012)
cast(sum(length) as bigint)
But still no luck so how do I sum intergers when...
May 4, 2012 at 9:02 am
Viewing 15 posts - 12,196 through 12,210 (of 26,486 total)