all groups > sql server clients > june 2004 > threads for june 22 - 28, 2004
Filter by week: 1 2 3 4 5
SQL client network utility
Posted by MajorTom at 6/26/2004 8:53:40 AM
Hi
Is possible from a "win form" application to create an alias like the "SQL
client network utility" does.
TIA
... more >>
MSDE Web Connections Using ASP.net
Posted by Martin Harran at 6/25/2004 10:23:22 PM
MSDE is throttled for 8 concurrent operations. As ASP.net is designed around
disconnected recordsets, I'm wondering how busy a site using ASP.net would
have to get before the workload governor starts to have a noticeable effect.
Anyone have any experience of this or guidelines?
Martin Harran... more >>
SQL App for remote access
Posted by Dustin at 6/25/2004 4:52:01 PM
Hey all,
Fairly new to the SQL scene, I am trying to access my db remotely. Any free apps that you can recommend?
Thanks,
... more >>
Drives Information
Posted by Noor at 6/25/2004 10:33:44 AM
Can any body tell me that Can I know the number of drives in system as well
as the used and free spaces of that harddrive through xp_cmdshell
Thanks
Noor
... more >>
Difference
Posted by Noor at 6/25/2004 9:40:23 AM
Can any body tell me about the different between query and Ad hoc query...
when we use this term ad hoc queries.
Thanks
Noor
... more >>
Simple Query
Posted by Noor at 6/25/2004 9:25:31 AM
Here is the data
ID Date Name
1 '01-01-2001' Noor
2 '01-04-2001' ali
3 '01-03-2001' Farhan
4 '01-05-2001' iqbal
5 '01-06-2001' Urooj
I want the top 3 descending order records data wise like I want the data
like this
ID D... more >>
Access 2000 & Stored Procedures
Posted by David at 6/24/2004 8:43:52 AM
Hi All,
I've a problem that requires a fairly lengthy introduction
by me. If you've the time and the willpower I'd really
appreciate your help.
I'm running a application based on Access 2000 and SQL
Server 2000.
The system is designed to allocate a single record to a
callcentre agent bas... more >>
SP3a and clients
Posted by john at 6/23/2004 4:34:44 PM
How critical is it that SP3a get applied to client
workstations? What are the ramifications of applying SP3a
only to the servers?
Thank you... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
client/server application using Access as front end
Posted by ming at 6/23/2004 12:09:19 PM
Hi, i have this Access database with data entry forms. Now
i want to move the data to SQL server and keep the entry
system in Access. I tried to create a Access project which
is linked with SQL server. the access project is just like
a local application, i could make any changes on data and ... more >>
HowTo convert a table row to XML and store it in a text field
Posted by zoli at 6/22/2004 4:26:01 PM
I am trying to do a select like this:
select * from mytable where id = 2 for xml auto
How can I capture the result in a Varchar or Text variable or immediately insert it in to a table ?
... more >>
|