all groups > sql server msde > may 2007
Function works on SQLServer but not on MSDE
Posted by Bill Manville at 5/31/2007 1:16:04 AM
I have spent considerable time trying to debug this one without
success.
I have a database which runs on my client's SQLServer 2000. It
contains a scalar-valued text function which works fine.
Using the same function definition in the same way on MSDE it returns
the wrong result. I a... more >>
Sql 2000 script generates error on SQL2005
Posted by Claus at 5/30/2007 11:16:44 PM
Hi all,
I wonder if someone could explain to me why the script below runs fine
against an SQL2000 server but fails with:
invalid object name 'People'. against an SQL2005 server.
The connection to the database works fine. If I supply the wrong password I
get a login error message.
Here ... more >>
unable to upgrade Desktop edition to SP4
Posted by Pete Berry at 5/30/2007 10:47:42 AM
OK folks -- I give up. I have a default instance installed under XP and
it is working just fine. I try to upgrade it to SP4 and consistently
get a message that says the product is not installed.
The syntax I am using is as follows:
c:\downloads\microsoft\msde\setup.exe /upgradesp sqlrun ... more >>
error 206 creating new db in express
Posted by Paolol at 5/28/2007 12:00:00 AM
Hi,
I get the error 206 not autorized to create db in Master ???
I tried to find the error in the msdn but nothing, any one have a suggestion
?
Thanks
Paolol
... more >>
Help with SELECT query
Posted by Sagaert Johan at 5/28/2007 12:00:00 AM
Hi
Is there a way to get a limited number of rows results from a select query
?
like select top 50 * from mytable returns only the first 50 records, but
what if a want to get records 50 to 100.
(I woulk like to spread the results over multiple pages.)
I would like to avoid to have a... more >>
slow data access
Posted by Alessandro T at 5/26/2007 4:11:17 PM
I've migrated a desktop VB6 application from MSDE 2000 to SQL Server 2005
Express. Data access functions work correctly, but terribly slow. Beyond all
adjustements that can be made to the server, I've noticed that all the
queries and commands launched by my app run magically fast when I do the
f... more >>
Slow data access from VB6
Posted by Alessandro T at 5/26/2007 4:05:10 PM
I've migrated a desktop VB6 application from MSDE 2000 to SQL Server 2005
Express. Data access functions work correctly, but terribly slow. Beyond all
adjustements that can be made to the server, I've noticed that all the
queries and commands launched by my app run magically fast when I do the... more >>
osql script
Posted by Danny at 5/22/2007 12:32:28 AM
I have two Osql scripting questions for windows?
1. How can I get my OSQL script to output to a CVS file. Such as "select *
from itemtable"
2. How can I create a osql backup script to will name the backup filename
system_date.bck. This way I have a backup for each day by date.
Thanks
Da... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQL Express limit question
Posted by York at 5/17/2007 12:00:00 AM
Hi
the SQL Express 2005 database liti is 4GB, right?
Does this apply for each database separately or for all DBs registered?
Also which file size is monitored (mdf only or mdf+ldf)
Thank you
... more >>
Dropping a huge amount of stored procedures
Posted by Almunther at 5/14/2007 12:00:00 AM
Hi,
I have the below script:
IF EXISTS (SELECT * FROM sys.objects WHERE object_id =
OBJECT_ID(N'[dbo].[aspnet_Applications_CreateApplication]') AND type in
(N'P', N'PC'))
DROP PROCEDURE
^^^^^^^^^
What do i write afte... more >>
duplication dB
Posted by Arthur at 5/10/2007 1:57:20 AM
How to duplicate a database from one PC to another (remote computer) over
the internet ?
Arthur
... more >>
Size of SQL express database
Posted by daghood at 5/10/2007 12:00:00 AM
Hello,
How can I check the size of a SQL express 2005 database ?
Thanks
Dag... more >>
problem connecting to SQL Express
Posted by Arthur at 5/9/2007 7:06:11 PM
I keep getting Error 10061 upon connecting to the remote server through LAN
and local IP
I use SQL authentication and TCP/IP.
Can someone sugest any soutions ? please
Arthur
... more >>
svrnetcn.exe
Posted by Jeff at 5/8/2007 7:28:01 AM
I have installed MSDE2000 on my pc and am trying to set it up so I can
connect remotely.
I'm trying to run svrnetcn.exe, so that I can configure TCP/IP and Named
Pipes. Instead of opening the program, I get a message: "The operation
completed successfully." (with a "0" in the title bar). ... more >>
how to display table names with osql
Posted by sean nakasone at 5/2/2007 12:05:01 PM
I'm an osql newbie and I want to simply display the table names in the
database. I'm used to oracle where we'd enter "select * from all_tables;" what's the
equivalent line in osql?
... more >>
|