Viewing 15 posts - 3,556 through 3,570 (of 5,356 total)
too late, David
![]()
Frank
November 5, 2003 at 7:05 am
Following Mr. Dise posts is always something special and refreshing ![]()
![]()
Frank
November 5, 2003 at 6:36 am
you should see a trash can icon above the post.
Frank
November 5, 2003 at 5:58 am
I don't know, but I thought you're developing an SQL Server application. In this case your client needs a license of SQL Server anyway. And so he should have both...
November 5, 2003 at 5:50 am
What about using isql or osql utilities that come with SQL Server?
They are explained in BOL
Frank
November 5, 2003 at 5:23 am
Do you mean you have a file containing all DDL statements and you're looking for a way to execute this file?
If so, open it with Query Analyzer, point to the...
November 5, 2003 at 5:15 am
Thanks Ferguson for this detailed explanation!
Frank
November 5, 2003 at 5:05 am
There is a *flaw* in ADO, in that you should place binary columns at the last position in a SELECT statement. Can't find the relevant Knowledgebase article right now. Apart...
November 5, 2003 at 1:11 am
Hm... not really related to the above post.
It might be my lack of american management hierachies, so please correct me if I'm wrong. ![]()
Apparently american companies do...
November 5, 2003 at 1:06 am
In addition to what has been mentioned above, this might also be of some help
http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=17632
Frank
November 5, 2003 at 12:56 am
Thanks SQLBill, I couldn't figure that out from BOL. Seems pretty useful ![]()
Frank
November 4, 2003 at 12:45 pm
do you mean something like
SELECT
sysFile.groupid AS GroupID, SUBSTRING(sysFile.groupname,1,30) AS FilegroupName,
SUBSTRING(sysObj.name,1,30) AS ObjectName
FROM sysobjects sysObj
INNER JOIN sysindexes sysIdx
ON sysObj.id = sysIdx.id
INNER JOIN sysfilegroups sysFile...
November 4, 2003 at 12:42 pm
I guess that's what spiders or crawlers do all the time.
I am inclined to suggest you take a look at some hacking sites for relevant source code. of course, stricly...
November 4, 2003 at 8:25 am
quote:
DECLARE record_cursor CURSOR FORSELECT TOP <B>40</B> company_name
FROM tblAddress
WHERE country_code='GB'
ORDER BY address_id
OPEN record_cursor
..
How do I replace the TSQL script above substituting 40 for...
November 4, 2003 at 8:12 am
umph...it definitely takes too much time for me to answer ![]()
Frank
November 4, 2003 at 7:31 am
Viewing 15 posts - 3,556 through 3,570 (of 5,356 total)