Viewing 15 posts - 16 through 30 (of 355 total)
phegedusich (2/22/2012)
Does the end product do what the client wants it to do?
I've struggled with this many times. The clients give you requirements, you build it exactly as stated...
February 22, 2012 at 6:00 am
Divine Flame (2/21/2012)
guptaanshulcse (2/21/2012)
Use Pivot table in sql
I am not sure how he is identifying the events. I don't see any column which can be used to uniquely identify a...
February 22, 2012 at 2:49 am
Good question and as others have already pointed out, the documentation is wrong:
From http://msdn.microsoft.com/en-us/library/ms186388.aspx
The following operations cannot be performed on the model database:
Adding files or filegroups.
...
February 22, 2012 at 2:45 am
I thought I made an error once but after thorough research, I realized I was mistaken.
February 22, 2012 at 2:35 am
To be a little nit picky, when creating a question that you need to select 4 of 5 checkboxes, it's probably more appropriate to reword the question and have the...
February 21, 2012 at 2:32 am
When the passwords are encrypted on the server, you cannot use the restart options or even use the SQL Server Management console to start the services. Stopping the services...
February 20, 2012 at 4:12 am
What would happen to your performance if you created a table that contained the 12 to 15 strings you want to include. Then, do a simple join on that...
February 20, 2012 at 4:00 am
emmchild (2/19/2012)
February 19, 2012 at 8:25 pm
emmchild (2/19/2012)
Internal operations are a cost center. The business view of cost centers is that this functionality can be out sourced.
I have to respectfully disagree. Developers for a...
February 19, 2012 at 8:17 pm
Dalkeith (2/19/2012)
In an ideal world yes they would.
Too often a developer in a non developer organisation will be totally undervalued. It is likely he will have different qualifications and knowledge...
February 19, 2012 at 7:38 am
emmchild (2/18/2012)
February 19, 2012 at 7:05 am
Hugo Kornelis (2/17/2012)
cengland0 (2/17/2012)
SELECT ID,Col
FROM FirstTable WITH INDEX(IX_Col)
WHERE...
February 17, 2012 at 3:18 am
I immediately thought of using a hint to force the use of the index. Is that wrong somehow?
SELECT ID,Col
FROM FirstTable WITH INDEX(IX_Col)
WHERE Col = @Get;...
February 17, 2012 at 3:08 am
Started my career as a sales person. Then, became a general IT person (programmer, database admin, web admin, etc).
I can tell you from experience, it was much easier to...
February 17, 2012 at 2:58 am
Viewing 15 posts - 16 through 30 (of 355 total)