Viewing 15 posts - 2,086 through 2,100 (of 2,268 total)
sead.j (7/1/2008)
Michael Earl (7/1/2008)
Is this a homework question? This seems like a rediculous restriction.I would suggest you look at the APPLY operator.
It's not homework, but it is...
July 1, 2008 at 10:25 am
You may have to do a little bit of VBA in the excel spreadsheet for this to happen automatically
July 1, 2008 at 9:02 am
A better solution would be to use Row_Number() to give you some values to page from.
are you able to post your table DML and some sample data for a solution?
July 1, 2008 at 7:45 am
Is this query passed as dynamic sql?
June 27, 2008 at 10:14 am
If you post your table def, and some sample data i am sure there is a solution...
June 27, 2008 at 5:20 am
Neel Singh (6/26/2008)
Ok you say this i should write the file path to the database and write a front end application to access the file?
This is the way that I...
June 27, 2008 at 3:18 am
You could save it as a binary data type field in the table.
But you would be better off saving the file path for the document and simply store this in...
June 26, 2008 at 9:06 am
The little picture of the padlock , by the stored proc name on the tab, means that the procedure is read-only
June 26, 2008 at 7:59 am
You could grab some out of the AdventureWorks database that ships with SQL
June 26, 2008 at 7:03 am
Should be fairly straight foward.
Could you post a bit of sample data for your tables ?
June 26, 2008 at 6:56 am
Loner (6/26/2008)
What does management know ? This is...
June 26, 2008 at 6:49 am
Use;
CHARINDEX ( expression1 ,expression2 [ , start_location ] )
Check BOL for more deails.
Also have a look at this great article on here, on how to use this to step...
June 26, 2008 at 3:30 am
Mark Beringer (6/26/2008)
I aggree with WRACK... 'Inside Microsoft® SQL Server™ 2005: T-SQL Querying' was a good read! Good examples too!
great book.
also
Inside Microsoft SQL Server 2005: T-SQL Programming
http://www.amazon.com/Inside-Microsoft-Server-2005-Pro-Developer/dp/0735621977/ref=bxgy_cc_b_img_a
You can quite often...
June 26, 2008 at 3:23 am
Viewing 15 posts - 2,086 through 2,100 (of 2,268 total)