Viewing 15 topics - 273,856 through 273,870 (of 284,074 total)
Topics
Started by
Posts
Last post
I am needing to find out the names of all the tables in an Access database. The context is that us…
12 replies
How do you test ('ping') the SQL Server without executing any queries? How is the 'Test Connection'…
2 replies
I have scheduled a DTS package to run at night. There is about 30 different steps involved ranging …
1 replies
I am new to SQLServer but I have noticed a surprising feature of running a job via a .cmd file. The…
3 replies
Folks Suggestions please In my stored Proc I have the following Code:- DECLARE @ErrorsExist Int Sel…
3 replies
I would like to return an datetime field as Date and the Hour segment with the Minute segment alway…
2 replies
Sql7 sp4: I have a large db of 59GB on 2 filegroups. When I left Friday, filegroup1 had no freesp…
1 replies
Hi all, I am trying to use DTS to export a table to an excel spread sheet however somewhere durin…
1 replies
What T-SQL commands are available for writing and reading to/from a text file? I need a low tech i…
1 replies
Can someone please tell me how to get this to work. I have 2 tables: actions and actionType. Action…
25 replies
Any reason why it would be better to have applications access views rather than tables? I recently…
4 replies
try the following use northwind go dbcc traceon (257) select * from customers where customerid = 'A…
3 replies
try following in QA use northwind go select * from customers where customerid = 'ALFKI' for xml aut…
2 replies
Hi all, the following is an adaption of a BOL example I've found while searching for CONTAINS. USE …
5 replies
I want to return a specified column row with the adjacent number of rows above and below. e.g. Sele…
1 replies
Viewing 15 topics - 273,856 through 273,870 (of 284,074 total)