all groups > sql server new users > may 2006 > threads for may 29 - 31, 2006
Filter by week: 1 2 3 4 5
SSMA for SyBase
Posted by Alex at 5/30/2006 12:12:01 PM
Hi
I am new in SSMA, I gotta use SSMA for Sybase, however I just find
documentation for Oracle, is it the same for Oracle and Sybase?? or where can
I found documentation?
Thanks... more >>
Copying a table (and data) from an SQL database to an external SQL database?
Posted by dave m at 5/30/2006 11:18:20 AM
With MS Access, I was able to use then SELECT INTO statement to move data
between databases by the use of the IN clause to a newly created table in an
external database, such as . .
SELECT * INTO tablename1 IN 'msaccess database path and name' 'DBTYPE FROM
tablename2
tablename1 will be a... more >>
SQL setup problem??
Posted by Danny at 5/30/2006 10:24:45 AM
Hi, I have install 2003 SBS (5 CDs) On new server,include SQL 2000.
The problem is how to set up SQL server for client PC ocnnect??
How to setup client connection in PC??
Thanks!
Danny
... more >>
Modify Manag.Studio integrated "Reports"
Posted by Hans Tombeux at 5/29/2006 3:45:31 PM
Hello,
I wonder, if there is a way to modify the Reports integrated in
ManagementStudio.
For exmaple I want to see the real size of the transaction log (Not in %).
If there is no way, how do I get the Size from the systables?
Best regards
Hans
... more >>
query cache
Posted by dawe at 5/29/2006 7:58:30 AM
Hi all, I'm pretty new to sqlserver (I have a little bg only in
MySQL)...
I would like to know if there is a query cache I can set somewhere to
keep in cache used tables and so on..
thanks
d
... more >>
|