| Thread | Last Post | Replies |
|
| Howto set Access Recordsource onto a "select" sproc | 01 Oct 2005 00:39 GMT | 3 |
Hi. I have lots of processing to do on the server - from the client (Access) I call a sproc which returns a recordset (the sproc is essentially a big "select"). With the obtained data , I need to generate a report. How do I set the Recordsource of the report to the
|
| Cluster Support in SQL Server 2005 Standard Edition ? | 30 Sep 2005 23:04 GMT | 1 |
I am trying to establish if the standard edition of SQL server 2005 actually has support for a 2 node active/passive cluster and if it will be available in the proposed product release on November 7th. I have seen references to this in
|
| ordering an int column | 30 Sep 2005 20:33 GMT | 9 |
I've created a clustered two column index on a table where the second column is an integer value. When the first column is the same, instead of ordering in numerical order it is ordering 1,10,100,2,20,200 etc. How can I change the behaviour to order the data in numerical order?
|
| Performance and second table | 30 Sep 2005 17:15 GMT | 4 |
I have a small theoretical issue. I have one table, which is prettyu large. There is lot of evaluations running on this table, that's why, each process need to wait for another to be finished. Sometimes, for some critical functions, it
|
| SQL Server Hanging | 30 Sep 2005 16:29 GMT | 4 |
Periodically I run some very complex queries or stored procedures that "hang", and the bigger problem is that it locks up all of the database clients ie 50 users connecting to the db via a windows application. I never know when this is going to happen, but when it does it leaves
|
| How to check Backup of SQL Server Database | 30 Sep 2005 15:34 GMT | 4 |
MSDB.dbo.BackupSet logs all backups is it possible find Status of Backup (Success / Failed)? Table "BackupSet" hasn't any information about it. I need log and notify all backups with status
|
| Try to define a new layout and create a new ascii using SQL Query Analyzer (RPAD) | 30 Sep 2005 14:40 GMT | 2 |
Hello Forum readers, Any advise on the following, will be much appreciated : I have a customer who tries to extract some columns (fields) from an existing SQL table or add more columns (fields)
|
| Cluster Support in SQL Server2005 Standard edition | 30 Sep 2005 13:27 GMT | 1 |
I am trying to establish if the standard edition of SQL server 2005 actually has support for a 2 node active/passive cluster and if it will be available in the proposed product release on November 7th. I have seen references to this in
|
| Problem with attached view | 30 Sep 2005 10:57 GMT | 4 |
I write you because I have a big problem with request access : when I use a sql server wiev in access (attached view) and i join it with a local access table, the sql server trace say sql server send all the data of the view to a access . This view have ...
|
| little things about sql server | 30 Sep 2005 10:54 GMT | 3 |
I'm just entering the SQL DBA field and i'm looking for article or site that outlines little things to watch out about sql server. I'm more interested in the operational aspect such as "never reindex during production hours", when to run dbcc commands, and what hash join and nest ...
|
| empty cells giving error | 30 Sep 2005 10:01 GMT | 1 |
I have to download a MSSQL database, which shouldn't be a problem using enterprise manager... the problem I have however is that I can connect to the database and export most of the data in to a local database... all except the main table... which gives an error... the problem I ...
|
| paramater problem | 30 Sep 2005 06:26 GMT | 3 |
is there any solution to use null values to the parameter my sql commandtext= "select * from info where name=@name and surname=@surname" in visual basic .net
|
| how to mask/alter values? | 30 Sep 2005 02:45 GMT | 2 |
I have a SQL Srv 2000 table where one of the columns is a Phone number, but all of the data is simply 10 digits (2065551212) ... I need to run something that will either alter all of the values so that they display the appropriate marks (206) 555-1212 or at least mask the column ...
|
| Fetching rows given the start and end | 30 Sep 2005 01:30 GMT | 3 |
In my application i have a table of 10,000 records. i need to fetch them 1000 at a time . Which mean first fetch 1-1000 Second fetch 1001-2000
|
| Need help formulating a query | 30 Sep 2005 00:43 GMT | 2 |
I have a table for storing alerts (exceptional situations) occuring on devices that I monitor. Associated with each alert is an alert code, a description, the device responsible for causing the alert, when the alert was generated, and when the alert was removed (device no longer
|