Viewing 15 posts - 1,576 through 1,590 (of 2,486 total)
David
I think that should be "30 foot"
February 7, 2005 at 3:27 pm
In Options on the Results tab, choose "Results to Text" and "Tab Delimited". This will give you the headings and data that you can cut & paste straight into Excel....
February 6, 2005 at 11:36 pm
Generally you would put everything in stored procedures. Even simple selects that return all records from a table (eg: list of companies for a combo box). The main overall benefit...
February 6, 2005 at 11:32 pm
If you could post a bit more information about what you're trying to do and where the error appears wemight be able to help you better.
February 6, 2005 at 8:48 pm
VIEWS : The purpose of a view is to select a data set from one or more tables, they do not have parameters
February 6, 2005 at 8:47 pm
Are there any other error messages in the SQL Error Log?
Are you generating a cartesian join when you include both join conditions? Try using SET ROWCOUNT to limit the number...
February 6, 2005 at 8:24 pm
... and if necessary, kill any current connections.
February 6, 2005 at 7:17 pm
Both services startup using a domain user account.
Problem hasn't re-appeared for the last couple of days. We could have isolated the problem to a dodgy WINS entry that was preventing...
February 6, 2005 at 4:44 pm
Ok, the reason you would have got the sp_executesql is because you haven't set the command type to StoredProcedure. I think by default the command type would just be text...
February 6, 2005 at 2:42 pm
Have you had a look at the white paper here?
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/failclus.mspx
February 3, 2005 at 11:31 pm
Just wondering why you would use sp_executesql anyway?
Couldn't just run,
exec spGetAuthorsList @author_id=1, @FindExact=0
February 3, 2005 at 11:22 pm
OK, so can you map out the fields
A222|ZS08 |0005 |H350 |GENERAL_REPAIR |A |28.02.2004|01.02.2004|0000352836 |000
EG
Table: A222 Field: ZS08 Value:0005 etc...
BTW, who thought up the names and file format?
February 3, 2005 at 11:05 pm
ApexSQL Proc Blaster does do this. There are other products out there as well that generate a full end-to-end solution.
EG: Iron Speed Designer - Point it at the database and...
February 3, 2005 at 10:55 pm
As we are talking about a database engine that is far and away more powerful than Access. Is there any reason to apply the same logic?
0)...
February 3, 2005 at 9:41 pm
Ok, so this is a single data record,
A222|ZS08 |0005 |H350 |GENERAL_REPAIR |A |28.02.2004|01.02.2004|0000352836 |000
Is A222 the destination table and ZS08 the field? (For sanity sake I hope not :crazy
February 3, 2005 at 9:22 pm
Viewing 15 posts - 1,576 through 1,590 (of 2,486 total)