Viewing 15 posts - 1,531 through 1,545 (of 3,221 total)
As of the time of this posting (20 attempts) 55% of the answers are incorrect - appallingly high, of those 10 % or (2 indiviuals) selected extents .
So...
January 16, 2011 at 9:33 am
allmhuran (1/15/2011)
January 16, 2011 at 8:42 am
Although not a cook or chef, heck might wife tells me I can burn water.
But intrigued by the thought of what you are attempting to do. Now I shudder...
January 15, 2011 at 2:21 pm
LutzM (1/15/2011)
allmhuran (1/15/2011)
That's a good idea and one I had only vaguely considered. I'm not sure how I would approach them though. Guess I'll give them a call 🙂
At least...
January 15, 2011 at 8:54 am
Have you considered approaching companies with an already established marketing presence and reputation in the industry such as Redgate, Confio, Idera, and Quest. Offering them your code for a set...
January 15, 2011 at 8:31 am
Now read this ... after all November 2011 is close approaching.
The change from IPV4 to IPV6
http://www.bbc.co.uk/news/technology-12183098
And then to test your own system readiness follow this link
January 13, 2011 at 9:27 am
Since you are handling
Imagine this same logic applied to every file/table (could be hundreds).
I would recommend hiring a SQL SERVER Database Administrator (DBA) to join your group to...
January 13, 2011 at 9:13 am
User has also posted this question to:
http://www.sqlservercentral.com/Forums/Topic1047273-373-1.aspx
January 13, 2011 at 8:32 am
JUst got the notification
Now Available for Download
The RTM version of Service Pack 4 (SP4)
for Microsoft SQL Server 2005 is now available
for download, and includes SQL Server 2005...
January 12, 2011 at 5:29 pm
On a more joyous note, I ran across this link on MSDN's Channel 9
http://whathappenedinmybirthyear.com/
Go ahead, go to it, input your year of birth, now it is not video, but HTML...
January 8, 2011 at 9:43 am
cengland0 (1/7/2011)
Tom.Thomson (1/7/2011)
January 7, 2011 at 8:31 am
Use this link to see the features supported by SQL Server 2008 (all editions).
http://technet.microsoft.com/en-us/library/cc645993(SQL.100).aspx
Scroll down the page a good ways to Management Tools and you wil see that...
January 6, 2011 at 8:43 am
Is this what you require?
CREATE TABLE #T(Department VARCHAR(20),TrxFullPrice MONEY)
INSERT INTO #T
SELECT 'Souh',100.00 UNION ALL
SELECT 'Diam',110.00 UNION ALL
SELECT 'Jewr',120.00 UNION ALL
SELECT 'Nuts',500
SELECT SUM(TrxFullPrice) FROM #T
WHERE Department IN('SOUH', 'DIAM', 'JEWR')
Result is $330.00
January 5, 2011 at 6:37 pm
I use it so that my Grand Daughter can post to her Facebook page pictures and videos of my GREAT GRAND DAUGHTER, other wise it is a 1,200 mile round...
January 5, 2011 at 5:24 pm
Not so simple if you have addresses like
2 South Wood Street
2 S. Wood Street
2. South Wood St.
etc, etc.
Can you supply some sample data, table definition and desired results following the...
January 4, 2011 at 3:34 pm
Viewing 15 posts - 1,531 through 1,545 (of 3,221 total)