| Thread | Last Post | Replies |
|
| Help with query.. group needed, but can't be used. | 28 Sep 2008 11:00 GMT | 12 |
I have a few tables that store data about a remote control aircraft. These tables that I am working on now contact the components that are on a specific aircraft. If the user decides to change some components, they basically create a new configuration, and then store the new
|
| Retore a single table in SQL Server 2005 | 27 Sep 2008 21:03 GMT | 2 |
This question has probably been asked before, but I can't find an answer. Simple question: How do I go about backing up an SQL Server 2005 database, and then restore a SINGLE table from that back up? Thanks in advance for any help.
|
| upgrading SQL version | 27 Sep 2008 17:18 GMT | 5 |
I'm trying to upgrade my SQL version from Standard to Enterprise using SKUUPGRADE=1 and once the process is done and I run SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition') to verify the version, I'm still seeing either
|
| Sql server does not exist | 27 Sep 2008 06:50 GMT | 1 |
I'm trying to create a report with Crystal reports on a Windows Vista machine. When i try to add the Database ,which is on a windows server 2003, using a Oledb connection i'm getting the following error. [dbnetlib][ConnectonOpen(Connect()).]Sql server does not exist or access
|
| ss05 dev edition limits on db size ? | 27 Sep 2008 02:18 GMT | 1 |
Does SQL Server 2005 Developer Edition place any limits on database size ?
|
| 2005 features not working | 27 Sep 2008 01:05 GMT | 8 |
I have both sql 2000 and sql2005 installed on a machine and with management studio it seems to show the databases created in 2000 but does not seem to have many of the new features of 2005. It seems as though it is not operating against a SQL Server 2005 installation although ...
|
| Indexed views, optimizer hints, and NOEXPAND? | 26 Sep 2008 23:27 GMT | 11 |
I have created a view SS on the Person.Address table in AdventureWorks database, taking addressid and a substring of the addressline1 column. Next, I created an index on it. Both the index 3 of person.address (on some address fields), and the indexed view are not (heavily) ...
|
| How to make a new database in SQL SERVER 2008 | 26 Sep 2008 22:15 GMT | 4 |
I have a script that configures a database as I need it. Here is a little bit of it: CREATE TABLE [Albums] ( [AlbumID] [int] IDENTITY (1, 1) NOT NULL ,
|
| Multiple database mappings- which database shoudl be default?? | 26 Sep 2008 21:13 GMT | 1 |
OK - so I have a number of test users and each user is to have dbo access to multiple databases, no big deal as I just map this user to the databases and provide the dbo role.. My question is, what database should be used as the default? Should
|
| renamed Administrator, can't copy database | 26 Sep 2008 18:20 GMT | 2 |
I am trying to use the copy database wizard to move a database from SQL 2000 to SQL 2005. The dbo user for the database is linked to [domain]\Administrator. Unfortunately I cannot copy the database because the [domain]\Administrator account was renamed a couple of years ago, ...
|
| Renaming a single column in a view | 26 Sep 2008 13:34 GMT | 1 |
I created a table with two columns as below Id-int, EmpName-Varchar(20). Create table test1(Id int,empname varchar(20))
|
| SQL "Invalid column name" error | 26 Sep 2008 13:29 GMT | 4 |
I am getting the “Invalid column name” error when creating a table valued function. It is true that the column does not exist in the table however the logic used within the function will not allow the table to be queried until the table has been modified. Is there any way of ...
|
| SP compiled with incorrect syntax | 26 Sep 2008 12:59 GMT | 2 |
Hi I am running SQL Server 2005 and have found a procedure with appears to compile ok even though the syntax is looking for a database that does not exist. How does this sp compile without error?
|
| sql 2005 server properties | 26 Sep 2008 12:23 GMT | 1 |
is there a query I can use to list all running values? I can right click on a server object and see all properties of that server but I want them all gathered in a file thnx
|
| Authentication errors - Non trusted domain | 25 Sep 2008 22:47 GMT | 3 |
I have a weird problem here that I'm trying to understand. My setup is a replication one with 2 servers, says S1 and S2 in Domains A & B which are non-trusted. The authentication mode is set to mixed on both servers, all the services (Agent, SQL, etc.) are running as Local
|