Viewing 15 posts - 511 through 525 (of 3,061 total)
5 Gig database?
Nighly?
The answer is: Full Backup and Restore.
February 6, 2012 at 6:58 am
gajananhatkar (2/1/2012)
Msg 7391, Level 16, State 2, Line 1
The operation could...
February 6, 2012 at 6:47 am
fastformation01 (2/6/2012)
Which one is faster delete/truncate? Why?
Assuming you are talking about deleting the whole population of a table it doesn't matter if it's Oracle, SQL Server, DB2 or whatever other...
February 6, 2012 at 6:44 am
gugan_ta (2/3/2012)
February 3, 2012 at 1:51 pm
snigdhandream (2/2/2012)
February 3, 2012 at 1:22 pm
snigdhandream (2/2/2012)
I have one table which has some 100+ columns. I have created a composite non-clustered index on 3 of the columns those are used frequently in where clause against...
February 2, 2012 at 5:31 am
This may be the case where a two levels diagram would help.
On the first page a simple flowchart showing the main blocks then an additional diagram per block showing each...
February 2, 2012 at 5:26 am
SQL Kiwi (1/31/2012)
SQLKnowItAll (1/31/2012)
January 31, 2012 at 1:43 pm
Siva Ramasamy (1/31/2012)
I proposed it...but Varchar(max) is not accepted by the team...they want to limit it to 245
Does it means that "the team" is Okay with losing data rather than...
January 31, 2012 at 11:15 am
I would adopt the solution that...
1- I can understand
2- I can explain to others
3- I feel comfortable I can maintain.
Having said that, I would probably hide the mmhhh... how to...
January 31, 2012 at 9:02 am
Roy Ernest (1/31/2012)
On our OLTP server I set the value for "optimize for ad hoc workloads" as true.
Out of curiosity... do you really have a large number of ad-hoc queries...
January 31, 2012 at 8:33 am
Cadavre (1/31/2012)
You've over-complicated that a bit Paul. You can do it all with 1 hit on the table instead, using CASE.
dozen ways minus two 😀
By the way, first solution generates...
January 31, 2012 at 8:20 am
All editions support named instances therefore you can have more than one and even mixed editions in your server. I've seen Standard and Enterprise edition named instances sitting pretty on...
January 31, 2012 at 8:15 am
GSquared (1/31/2012)
January 31, 2012 at 8:07 am
GrassHopper (1/30/2012)
Can you show me an example of what you mean? I don't follow you.
Probably a dozen ways to do it, here goes one...
create table #mytable
(tocid decimal,
prop_id decimal,
str_val varchar(20),
num_val...
January 31, 2012 at 8:04 am
Viewing 15 posts - 511 through 525 (of 3,061 total)