dbTalk Databases Forums  

Sponsored Links


microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss in the microsoft.public.sqlserver.clients forum.



Post New Thread
Threads in Forum : microsoft.public.sqlserver.clients Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I try to invoke Connection Properties dialog box that Visual Studio 2005 use. The dialog that I said is used in many places such as when developers...
=?Utf-8?B?VGVlcmF2ZWU=?=
07-16-2007 01:10 AM
=?Utf-8?B?VGVlcmF2ZWU=?= Go to last post
0 78
When creating an ODBC connection to a SQL server, a handful of PC's do not show a list of drivers to create a connection. To create the connection,...
=?Utf-8?B?Q3V6emk=?=
07-13-2007 03:36 PM
=?Utf-8?B?TW9oaXQgSy4gR3VwdGE=?= Go to last post
2 91
Ok..this is a weird one. When I open up SQL Server Management Studio Express my menubar has multiple instances of the File, Edit, View...menu...
=?Utf-8?B?Sm9obiBTY290dA==?=
07-12-2007 06:30 PM
=?Utf-8?B?TW9oaXQgSy4gR3VwdGE=?= Go to last post
5 96
Hi, A client is having some issues with software (Progress) conflicting with Visual Studio 2005 (related to debugging). As I understand it, Visual...
koenraad@willems.com
07-12-2007 05:31 AM
JPD Go to last post
1 98
Hi, We have 4 workstations that connect to remote SQL servers (2000 & 2005) using SQL Server Management Studio 2005. Whenever we first launch...
EightBall
07-11-2007 09:45 PM
EightBall Go to last post
2 104
Hi, I'm looking for a way to enumerate SQL Server instances on a given server. I've seen the GetDataSources() method of the SqlDataSourceEnumerator...
Arild Bakken
07-11-2007 08:01 AM
Arild Bakken Go to last post
0 76
Is there a function that I can use to multiply all of the values of a column from a result set together? Much like SUM() adds all the values...
Christoph Boget
07-09-2007 02:46 PM
Hugo Kornelis Go to last post
2 87
Hello, Does anyone know how to configure a SQL 2005 Alias where SQL 2000 Clients can access it by name? I migrated a db over to a new server and...
Stewart
07-08-2007 06:25 PM
Roman Rehak Go to last post
4 85
Sure...read up on the subject in books online under the help topic for DBCC SHOWCONTIG. You want to be doing some type of index maintenance on a...
Sue Hoegemeier
07-06-2007 10:46 PM
Sue Hoegemeier Go to last post
1 87
Hi, I have a Access 2003 talking to SQL 2005 express DB via linked tables. I also have .NET forms application that also talks to the SQL DB. I...
Rotsey
07-05-2007 11:24 PM
Sue Hoegemeier Go to last post
1 77
We have an application that requires a different version of .net framework (not 2.0). Can the SQL Server 2005 client tools be installed with a...
=?Utf-8?B?RXN0ZWJhbiBBcnR1cm8=?=
07-05-2007 08:42 PM
Roman Rehak Go to last post
1 93
Hello! I have found a document that says run from command line osql -U sa -i -i instnwnd.sql This file instnwnd.sql exist from where I execute...
TonyJ
07-03-2007 05:33 PM
Joe Yong Go to last post
2 91
Hello! I try to update a database. I have a datagridview that has thrree columns and two rows from beginning. When I make changes in the datagrid...
TonyJ
06-29-2007 09:02 AM
TonyJ Go to last post
0 72
I don't know this is right place to submit this question or not, I have one URL i.e... www.rogers.net right when I type this URL it works perfactly...
Roger
06-26-2007 11:36 AM
Rogers Go to last post
4 93
We have an application that accesses a SQL 2000 server that is running on several Citrix servers. Recently users started getting a message from...
=?Utf-8?B?TGVoclNK?=
06-26-2007 04:23 AM
Wei Lu [MSFT] Go to last post
2 100
Hello there On sql server 2000 if i needed to see all the available servers can be use i was do it with client network utility and server network...
Roy Goldhammer
06-24-2007 10:48 AM
Sue Hoegemeier Go to last post
1 75
i just made the switch from OLEDB to SqlClient in my .Net apps. now with SqlClient often my db calls throw the following...
=?Utf-8?B?cGI=?=
06-20-2007 04:18 PM
Andrew J. Kelly Go to last post
4 127
How can I determine using C# which instances of SQL Server 2000, MSDE, 2005 or 2005 Express, if any, are installed on a client computer? For...
Stratum
06-20-2007 01:57 PM
=?Utf-8?B?T21hciBBd3dhZA==?= Go to last post
1 78
When trying to install sqlncli.msi on Windows XP SP2 I get the following error "The system administrator has set policies to prevent this...
Michael Tissington
06-20-2007 12:28 AM
Sue Hoegemeier Go to last post
1 89
Can I unistall Service Pack 4 or I have to re-install SQL Server again? Thanks
Rogers
06-19-2007 11:05 PM
Hari Prasad Go to last post
1 83
Here's the scenario: One host application that can be connected to either Access, MsSql or MySql. This is decided at the point on installation and...
tc
06-15-2007 08:36 AM
tc Go to last post
0 73
When attempting to view the properties of a database in SQL Server Management Studio we are getting an error dialog that states the...
=?Utf-8?B?bWlrZSBwYWR1bGE=?=
06-14-2007 11:44 AM
Andrew J. Kelly Go to last post
3 94
Hi, I have upgraded to SQL Server2005. I have some tools that seem to only support SQL 2000, and I am wondering if I install the basic connectivity...
Aussie Rules
06-12-2007 09:33 AM
Andrew J. Kelly Go to last post
3 81
Hi, In my program i need to duplicate a table in a current data base. I'm thinkin' of reading the data base columns and then rows and so i create...
Omar Abid
06-11-2007 03:46 PM
Andrew J. Kelly Go to last post
1 92
I want to detach a SQL Server database in SQL Studio. Each time I try, I'm told that the database cannot be detached because it is "busy." It is...
=?Utf-8?B?QWxleCBNYWdoZW4=?=
06-11-2007 04:49 AM
Peter YangMSFT] Go to last post
2 93
Hi, I'm currently developping a forum for my web site and I wanted to include a "read tag" feature to it. This forum stores it's data in a SQL Server...
ThunderMusic
06-08-2007 03:06 PM
Alexey Smirnov Go to last post
1 95
To somebody it has passed that when creating a catalog in sql 2005, the first time that a SELECT carries out it takes 45 seconds, independently of...
=?Utf-8?B?Ym9iYWw=?=
06-08-2007 11:37 AM
=?Utf-8?B?Ym9iYWw=?= Go to last post
0 82
Is there any way to run an optimization and integrity check against the master and msdb databases? Below are the log files. Thanks! - Gabe Microsoft...
Gabe Matteson
06-05-2007 04:02 PM
Gabe Matteson Go to last post
2 69
I'm using the Query Analyzer to open a *.sql file but it returns the error "File myfile.sql contains long line over 64k limit" We are using SQL...
Christoph Boget
06-05-2007 02:34 PM
Christoph Boget Go to last post
0 122
Hi All I am looking for a tool that can fire a profile trace into the database. anyone know of something out there ? Thanks
Elrond Bishop
06-05-2007 01:09 PM
Hari Prasad Go to last post
1 77
"Jim W" <Jim W (AT) discussions (DOT) microsoft.com> wrote .... Try a web...
Robert Aldwinckle
06-02-2007 03:42 PM
Robert Aldwinckle Go to last post
0 76
Not sure if this is the correct group - but couldn't find a specific SBS managed group - and as this relates to the SQL component of SBS it seemed...
manicguitarist
05-31-2007 05:24 AM
Andrew Go to last post
2 120
I have Windows 2003 Server and installed SQL Server 2000 Sp 4 behind the firewall. I open the Portal 3389 TCP, 1433 TCP, 1434 UPD. when I try...
Rogers
05-30-2007 03:13 PM
=?Utf-8?B?bXJkZW5ueQ==?= Go to last post
3 111
In the query analyzer when I run the command create database TestingDb I can see the messages The CREATE DATABASE process is allocating 0.63 MB on...
Rogers
05-26-2007 10:07 PM
Hari Prasad Go to last post
1 127
Dear Professional, I am Using Openrow set command to import the data from Excel sheet, the only worry is, sheets are protected, and I know the...
Roger
05-21-2007 01:42 PM
Roger Go to last post
0 388
Sorry for cross-post, not really sure which group is best.... Is there any way to debug and or see the temporary SPs generated by SQL/Server? I'm...
Philip Warner
05-21-2007 04:21 AM
Philip Warner Go to last post
0 91
Hi, I'm trying to connect to AS2000 using AdoMd.Net 9.0 and I get the following error: {"Retrieving the COM class factory for component with...
Elad
05-19-2007 06:41 PM
Elad Go to last post
1 233
Hi Can anyone point me in the right direction here, I would like to open a table in access 2003 by date. I have an asp web page which needs to read...
Trev
05-17-2007 09:47 AM
Andrew J. Kelly Go to last post
1 96
I would really appreciate if any one let me know the Best Tool for SQL Server Performance, Data Structure Validations and which Microsoft...
Rogers
05-16-2007 11:05 AM
Rogers Go to last post
2 370
I have SQL 2005 installed on a Windows 2003 server. I have installed Backup Exec 10d and get an error when trying to backup the SQL database. I...
microsoft
05-15-2007 12:04 PM
Luis Fernandes Go to last post
7 928
Hi, My problem can be summarized as follows: I have a social networking web site running on asp.net 2.0 and sql 2000. The web site is pretty...
Jeeran
05-13-2007 08:49 AM
Jeeran Go to last post
0 83
I have migrate SQL Server 2000 database into SQL Server 2005 and in all the stored procedures I am using SET BEGIN TRANSACTION but SQL Server...
Rogers
05-11-2007 05:39 PM
Manoj Kumar Go to last post
4 351
Hi, We have a serie of objects stored in the database as xml (ex: MyClass is stored in the table MyClasses in the field XML_MyClassObj which contains...
ThunderMusic
05-11-2007 04:59 PM
Hugo Kornelis Go to last post
1 75
I need to do a complete reistall of XP on my laptop, I have 2000 and 2005 Developer editions installed side by side. I'd like to backup my...
Bumble_Ogere
05-10-2007 10:05 PM
Bumble_Ogere Go to last post
4 102
Hi, Is there any way how to formulate SQL query to select all columns except column D and E? So if the table has the columns A,B,C,D the result...
Lubomir
05-10-2007 12:37 PM
Lubomir Go to last post
9 126
Hi, Where could I find the explanation how to use User, login role, schema objects for SQL Server 2005? The resource I found mostly explain how to...
Lubomir
05-08-2007 12:10 PM
Lubomir Go to last post
2 82
Quick question, I am backing up SQL Server Database every night, I want to encrypt the database backup file? Is there any way through scheduler I...
Rogers
05-07-2007 04:07 AM
jcarlos Go to last post
2 128
When I run the following query in SQL Server 2000, it works fine but when I run into SQL Server 20005, it gave me following error. Msg 8115, Level...
Rogers
05-06-2007 01:09 PM
Anthony Thomas Go to last post
2 100
Kill 142, I was trying to kill one of the session and found the following error. SPID 142: transaction rollback in progress. Estimated rollback...
Rogers
05-04-2007 05:18 PM
Russell Fields Go to last post
1 132
Hi, I am new to SQL Server2005. I have installed it on a computer running Windows 2003 Server as WORKGROUP. I have another computer running...
Dave_R
05-04-2007 12:11 PM
JPD Go to last post
1 86
Post New Thread

Display Options
Showing threads 401 to 450 of 2530
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.