Viewing 15 posts - 751 through 765 (of 2,894 total)
1) Select a standard palette that does not mix reds with greens
...
Is not as simple as that. There are many different types of vision deficiencies. You may need to...
December 21, 2012 at 7:47 am
Some relevant discussion on this forum:
http://www.sqlservercentral.com/Forums/Topic1227558-1292-1.aspx#bm1227579
December 21, 2012 at 7:39 am
So, you have read this:
http://msdn.microsoft.com/en-us/library/aa213039(v=sql.80).aspx
Shared with intent exclusive (SIX)
Indicates the intention of the transaction to read all of the resources lower in the hierarchy and modify some (but not all)...
December 21, 2012 at 7:36 am
pdanes (12/21/2012)
Eugene Elutin (12/21/2012)
December 21, 2012 at 7:33 am
Shadab Shah (12/21/2012)
December 21, 2012 at 7:19 am
Shadab Shah (12/21/2012)
Since i am newbie to SQL Server, i am finding some new things.
1. I have a table in dbo schema named as Demo
2. I tried creating SP with...
December 21, 2012 at 6:49 am
If your input parameter is just a list of character-separated values, then you can make it just VARCHAR(MAX), then use split function to split it into table inside of proc...
December 21, 2012 at 6:39 am
Without artificial intelligence which is on pair with clear human knowledge which names refer to the same company and which one, even very similar ones, are not, it is simply...
December 21, 2012 at 6:04 am
GilaMonster (12/21/2012)
Josh Ashwood (12/20/2012)
GilaMonster (12/20/2012)
Can you imagine all the simple
SELECT Foo FROM Foo, Bar WHERE Foo.X *= Bar.Y
haha *=
Now that is real dinosaur stuff!!
You'd think...
December 21, 2012 at 4:02 am
DataAnalyst011 (12/19/2012)
December 20, 2012 at 10:07 am
Kwisatz78 (12/20/2012)
I am wondering what is best practice when a table has no natural primary key and no clustered index, what is the best thing to do in regards...
December 20, 2012 at 9:56 am
... I woud think that if there was a major problem with the query that it would always take a while to retrieve but that is not the case.
My question...
December 20, 2012 at 8:34 am
Viewing 15 posts - 751 through 765 (of 2,894 total)