all groups > sql server clients > november 2005
debug a stored procedure in SQL Server 2005
Posted by Jaime Lucci at 11/30/2005 12:43:15 PM
Hi everyone!
How can I do to debug a Stored Procedure in SQL Server 2005 from SQL Server
Management Studio? I looked for the Debug... option when I right-clicked the
SP but it seems that in SQL Sever 2005 doesn't not exist.
Thanks.
Jaime Lucci
... more >>
How to get Databse physical file name in 2005?
Posted by Mike9900 at 11/29/2005 3:08:05 AM
In SQL 2000 I could write SELECT filename FROM sysdatabases WHERE name='MyDB'
and got the physical file name with its path.
But in 2005, I get empty string when I use the query in c#. But it works
when I use it in the Management Studio.
--
Mike... more >>
How to write date transform script
Posted by Richard Lewis Haggard at 11/28/2005 11:15:49 PM
I have stock data files to import into a SQL table. Here's a line from one
of the files:
QQQ 19990311 51.43750 51.71850 50.31250 51.31250 90108.00000
Each column is separated by a tab and the import wizard has no trouble
understanding the data but, of course, it wants to import everything ... more >>
Table right Click options missing
Posted by Rykie at 11/27/2005 9:29:03 PM
I hope this is the right group.
In enterprise manager we had the option to right click the table and choose,
TOP or Query or All to open the table. Where did that go in SQL 2005?... more >>
question about sql 2005 management studio
Posted by microhelper at 11/24/2005 7:59:09 PM
why I can not add a folder to my project.
Message will show "Access to the path ... is denied".
This folder include some sub ffolder, I store some.sql files in this folder.... more >>
sql 2005 schema as the default schema.
Posted by Nalaka at 11/24/2005 3:50:43 PM
Hi,
is it possible to set a "connection string" to use a default schema.
instead of me having to prefix tablename with schema name in the query.
so, if I don't say a schema name it uses the default schema (not .dbo).
Thanks
Nalaka
... more >>
Connection Error
Posted by Raju Joseph at 11/23/2005 12:00:00 AM
Hi
I have a VB6 program that talks to SQL Server 2000 database. The Connection
String is as below:
Provider=SQLOLEDB.1;Persist Security Info=False;User ID=" & M_USER_NAME &
";Password=" & M_PASSWORD & ";Initial Catalog=" & Database & ";Data Source="
& M_SERVER
When the program is idle... more >>
Query Designer Automatically Expanding Select *
Posted by Jim at 11/22/2005 1:05:02 PM
Ok this is a BIG annoyance. When I type Select * from table in one of the SQL
Query Tabs and then open the Query Designer it auto expands my query to show
all the fields. Example say my table has 30 fields when view it will expand
my query to read
select
field1,
field2,
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
order by Desc,third data
Posted by Sam_Chou at 11/20/2005 5:24:01 PM
in sql
I use "select top 3 from......order by (tablename) desc,that can give 3 datas
but i want third data to my program
So i use other function:
SELECT TOP 1 'answer'=AAA.A FROM
(
select distinct top 3 'A'=month FROM dataTable
where month < '200511'
ORDER BY month DESC
... more >>
general sql server dba items
Posted by Wendy Elizabeth at 11/18/2005 9:00:11 AM
I am a .net programmer working for a small company. This company would like
me to write up recommendations on what needs to be considered in managing a
sql server database. There are 3 programmers that use sql server 2000 and
everyone does their own thing so far.
Is there any URL that will p... more >>
SQL Server 2005 Management Studio question
Posted by Bo Zhu at 11/17/2005 12:00:00 AM
Hi,
May I know how to commit changes made to the database table that I
opened in sql management studio while leaving the window showing table
content open? I can see a cell modified message at the bottom after I
make changes, but there is no way to commit the changes.
Previously in SQL 2... more >>
Copying data and indexes
Posted by Jaime Lucci at 11/16/2005 10:59:34 AM
Hi everyone!
How can I do to copy the data and the indexes from an existing table on a
database to a new table in another database?
I've tried with select * into base1.table1 from base2.table2, but it only
copy the data and not the indexes.
Can I do it by code? I'm trying to avoid the use... more >>
SSPI Error after a while
Posted by Sven Neibeg at 11/16/2005 12:00:00 AM
Hi all,
I have install the client tools on my machine. At the first view it
works fine. I have got access to databases, can work but after a unknown
time, I got a SSPI-Connection Error when I try to do something. Only a
restart can fix the problem for a while.
What can I do to avoid the ... more >>
Users Access?
Posted by Rogers at 11/15/2005 5:13:39 PM
I have created one user named dbUser and gave different database access to
that user now I want to find out which database and it's objects can access
to that user through query analyzer, any query or idea how ?
... more >>
Limit access to certain databases in enterprise manager
Posted by BP at 11/15/2005 11:29:03 AM
If I install enterprise manager on a machine, How do I limit specific access
to certain databases with in the MMC?... more >>
problem trying to save a date field
Posted by Felix Quevedo C. at 11/15/2005 8:29:11 AM
Hi there, right now i'm working with a VB6 project that connects to a
SQLSERVER 2000 using a System DSN.
I discovered a problem that, i hope you can help me.
The problem is that, when i try to save a record with a date field - the
date saved in database is 2 days more that the typed date. ... more >>
SQL Server 2000 64 Bits
Posted by Max at 11/15/2005 12:43:01 AM
May I know the minimum system requirement in order to install SQL Server 2000
with 64 Bits. I am trying to install it on a Intel® EM64T machine, but it
appear to be failed. Is it any way for me to install SQL server 2000 64 bits
on this machine?... more >>
Sql Server Locks
Posted by Prasad Dannani at 11/15/2005 12:00:00 AM
Hi All,
We have various processes running symultaniously but no two processes will
access the same record and each process is in a seperate transaction.
The problem is with SQL Server Database Locks.
i.e. if we access any query in two different transactions then one is
getting success and t... more >>
Re: SQL 2005 (Express) - Can't connect with ActiveX SQLDMO
Posted by Gert E.R. Drapers at 11/13/2005 9:36:11 PM
The redist can be found here http://go.microsoft.com/fwlink/?LinkId=54583
See also http://blogs.msdn.com/mwories/articles/dmofaq.aspx
GertD@SQLDev.Net
Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for... more >>
HELP: migrating/learning T-SQL... from SQL woes :S
Posted by KevinGPO at 11/13/2005 6:25:57 PM
Just wondering a few queries about the differences between programming SQL
for MS Access, and programming T-SQL for SQL Server.
1. Is it possible to use the same general SQL statements/commands from a ASP
page that was used with a MS Access DB, for a SQL Server DB? (Basically can
you progra... more >>
SQL server
Posted by Mario at 11/10/2005 11:10:02 PM
Hi
I'm trying to install a software and at the end of the installation two
windows pop in the first one is an ! Alert yellow in color that contains
'Microsoft SQL Server Desktop Engine the instance Name is invalid'
and the second one is an X Error red in color
' Iris set up was unable to s... more >>
Unexpected EOF from SQL Server
Posted by Laurent CLAUDEL at 11/10/2005 10:41:43 AM
Après avoir installé le sp3 de sqlServer 2000, mas applis clientes
n'arrivent plus à se connecter, j'obtiens le message suivant :
DB Library : Unexpected EOF from SQL Server
Il s'agit de vieilles applis en objectView.
Quelqu'un a une solution ?
Merci
... more >>
Regarding dblib
Posted by umer.zafar NO[at]SPAM gmail.com at 11/10/2005 5:16:22 AM
hi..I am running DBLIB (sample application of SQL Server)
between 2k and 2k3. Well seems working perfect..but want
to know whats going on in the Database..I think some
DB configuration (like DB connection or Table creation)
is required to see the effect of executed/commited
transactions..need s... more >>
SQL 2005 (Express) - Can't connect with ActiveX SQLDMO
Posted by Martin Schmeller at 11/9/2005 12:00:00 AM
Hello everybody,
I try to run our VB6 client-software from my win2000 pc with SQL2005
Express.
The client uses ActiveX SQLDMO.
Wenn the client try to connect to the SQL Server an error is raised:
[Microsoft][ODBC SQL Server Driver][SQL Server]To connect to this server you
must use SQL Serv... more >>
SQL Server Management Studio is one of the worst UIs I have dealt
Posted by Jim at 11/8/2005 3:22:03 PM
Ok I have been trying to get use to this new interface for SQL server 2005
for a few weeks now and honestly I am halting ALL of our migrations to SQL
2005 because this tool is so bad. For the record the back end DB is nice
however the interace for this thing sucks. My main compaint is the
re... more >>
Access 2003 Front End for SQL 2005
Posted by Stewart at 11/8/2005 2:36:09 PM
Hello,
I have a Microsoft Access front-end for a SQL 2005 database. The Access
front-end was in SQL 2000 and worked perfectly. When I migrated it to 2005,
I relinked the database and I can view the information, but I am unable to
add anything to the database. All of the Add Record functi... more >>
Invalid Buffer 17805
Posted by salvoWJ at 11/8/2005 6:28:15 AM
Hello
I am running SQL Server 2000 with SP 4 on Windows Server 2003
Enterprice Edisction.
I receive several notifications with the following:
Error: Message not found. Insertion strings:Error: 17805, Severity: 20,
3 Invalid buffer received from client.
I want to create a SQL Profiler tr... more >>
bcp problem
Posted by Rogers at 11/7/2005 4:50:06 PM
Can any one why I am facing the following error..
bcp pubs..authors out 'c:\Testing.xls' -c -S{local} -Usa -PDbPass
[Microsoft][ODBC SQL Server Driver]Syntax error or access violation
Thanks
... more >>
SQL server 2000 installation
Posted by Nada Sherief at 11/7/2005 3:57:26 PM
hello,
1-I want a detailed step by step tutorial for installing SQL server 2000.
2- I want to install two SQL servers 2000 on the same machine, how could
i do that? (i mean will there be any change in the installation to the second
server?)
3- I want to know how to connect between these t... more >>
MS DTC & TIP
Posted by UmeR at 11/7/2005 5:12:57 AM
hi..i am trying to see TIP communication using msdtc
sample applications (dblib: equipped with SQL Server)
between w2k & w2k3.
| w2k |------------------| w2k3 |
My query is abt TIP...i couldn't find any check box or option to
"Enable TIP" in Win2000. How can i enable TIP and see... more >>
Perfact matching query?
Posted by Rogers at 11/3/2005 9:54:41 AM
I want to search the value by specific match but I couldn't... can any one
let me know..
select object_name(id) from syscomments where text like '%PresetVal%'
When I run the above query it gave me 100 stored procedure but when I go one
of them then I see the text contains PresetValues bu... more >>
sql server database comparisom tool
Posted by Nalaka at 11/3/2005 9:10:15 AM
Hi,
I am looking for a way to recognize differences between two sql server
databases.
Also preferably auto generate scripts to synchronize table differences etc.
Can you please recommend some.....
Thanks
Nalaka
... more >>
FLOAT
Posted by Rogers at 11/2/2005 11:19:15 AM
I want to use only float datatype but the problem is that it return more
than two decimal, I want to minimize to two decimal points? I don't want to
use decimal datatype.... I only wanna use float.....
The result should looks like
152254.45
but now it's giving me.
152254.45123232363
... more >>
Version of MDAC for SQL 2005?
Posted by wawork NO[at]SPAM hotmail.com at 11/1/2005 12:18:33 AM
With SQL Serve 2005 what version of MDAC is needed for named
instances? Anything else need upgrading? Thanks.... more >>
|