Viewing 15 posts - 1,891 through 1,905 (of 3,221 total)
OCTom
Posting questions as graphics treats the audience like children
In my opinion I think it is quite the contrary - for those that know T-SQL, it is a test of their...
June 14, 2010 at 4:08 pm
Refer to find a list of various SSIS functions
http://technet.microsoft.com/en-us/library/ms141671.aspx
in particular - FINDSTRING
June 14, 2010 at 3:51 pm
Jason
Thanks for a job well done. Now to add this new tool to my tool box.
June 14, 2010 at 11:11 am
Trey Staker
It kind of reminds me of the childhood riddle about if a plane crashed exactly on the border of 2 countries where would the survivors be burried?
OK...
June 14, 2010 at 9:37 am
Steve
Thanks for fixing the graphic. Sorry I did not notice the cropping when I
submitted the question .... Next time I will be extra careful
Steve
However I agree...
June 14, 2010 at 9:24 am
beejug1983
You need to consider how this table is to utilized ... what is a typical T_SQL command to be executed against the data in the table once you have...
June 13, 2010 at 10:53 am
Steve - thanks for the heads up on this emerging technology.
I can see it metamorphose into a replacement for the mouse to maneuver through a GUI check boxes,...
June 13, 2010 at 10:25 am
Default port 1,433
UDP Broadcaster 1,434
Only...
June 11, 2010 at 8:19 pm
chereku - You have been on this site frequently enough to know that posting your question should include table definitions, and easily useable sample data.
For your next forum question, Please,...
June 10, 2010 at 8:15 am
rea_wag
but i know there supposed to be thousands of records
Might I suggest that you trouble shoot your query... first run this code:
SELECT PlayerID,Username
FROM dbo.Players
WHERE PlayMode='p'
Do you...
June 9, 2010 at 10:10 am
Just a thought... could you accomplish what you require by setting up SYBASE as a linked server. If so .... read this:
How to create a linked server in SQL...
June 8, 2010 at 2:30 pm
Try putting in the date with a time of midnight for example
2010-06-08 00:00:00.000
and see if this gives you the results you require
June 8, 2010 at 12:26 pm
To give you an idea of the size to which your work can grow. Here is a table used by one company (author's name is unknown):
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER...
June 6, 2010 at 6:12 pm
The one credo I have followed is:
"Do unto others as you would have them do unto to you"
Congratulate them in public, and privately for a job well done.
If you must...
June 6, 2010 at 10:43 am
PaulB-TheOneAndOnly
That's a good idea and some of the better designed apps I've bumped into include such a centralized log resource. Be aware this is a project on itself, the...
June 6, 2010 at 10:23 am
Viewing 15 posts - 1,891 through 1,905 (of 3,221 total)