| Thread | Last Post | Replies |
|
| SQL Server 2000 Enterprise Manager | 04 Sep 2008 11:29 GMT | 1 |
In Registered SQL Server Properties (General Tab) there is a check box name "Always prompt for login name and password". A user can do it using Enterprise Manager. But I need to know if it can be done by any system SP or TSQL?
|
| Slow Performance on some workstations | 04 Sep 2008 08:35 GMT | 1 |
i have a sql 2005 express edition installed on a win2003 server. i tried to run a select query from a database. The performance is fast on some workstations however some workstations are at least three time slower than those fast one. i ran the query from same machine same
|
| SQL Server Backups | 04 Sep 2008 07:28 GMT | 6 |
We have an SQL Server backup job that backups up a database every two minutes. We also have an alert where if the percent log used is greater then 75 then the response is to run this same backup job. The backup file is named as such:
|
| SQL serverCommand Line Utilities | 04 Sep 2008 07:26 GMT | 1 |
Is there any way to check if SQL server Command Line Utilities is installed in the system using SQL? Thanks for any help in advance.
|
| Excel Data Connection to SQL Server Kaput or not Konfigured Korrec | 04 Sep 2008 07:15 GMT | 1 |
When configuring a connection to a sql 2005 server via the Data Connection Wizard in Excel 2007, there's no problem using Windows Authentication. But to use an account other than what i'm logged in as, namely a domain service account that i hope to store with the excel report, ...
|
| Update query after switching PK from varchar to int(Identity) | 03 Sep 2008 22:35 GMT | 1 |
I have two tables that are related. The first table (Sites) has a varchar(4) for a primary key and I want to change it to be an int identity column. I broke the relationships and renamed the current pk column to siteID_Old. Then created a new column called siteID and made it int ...
|
| Antivirus software on SQL Server computer? | 03 Sep 2008 22:27 GMT | 3 |
If I have a server that is ONLY running SQL Server 2005. What are the pros/cons to running Norton Antivirus on that server? Does it make sense or is it a waste of resources? thanks..
|
| SQL2005 "Save results as" to ansi, not unicode | 03 Sep 2008 21:10 GMT | 3 |
I have a query developed in SQL2000 that is now on SQL2005. It is run daily to a grid, where we use "save results as" to write the results to a csv file for use in another system. The query works fine, but the output is now Unicode instead of the (SQL2000) ANSI format. Unicode ...
|
| Restoring a number of logs (SQL2K) | 03 Sep 2008 20:13 GMT | 4 |
When I have to restore a number of Logs, I have to change the FILE number in the RESTORE command manually. Is there a way to automatically restore *all* log files? Thank You
|
| How to input value type Bit | 03 Sep 2008 17:30 GMT | 2 |
I have a stored procedure which has an In Bit parameter, when I run it, I input the 0 or 1, but I am told that the can not be converted. How can I input Clara
|
| Newbie ish, update and where clause atomicity | 03 Sep 2008 16:00 GMT | 5 |
This is surely a newbie question but I'm not sure of the answer. If you do an update with a where clause (or delete/insert for that matter), does it work by first gathering all the rows and then doing the update?
|
| search for apostrophes like ' % ' % ' | 03 Sep 2008 15:47 GMT | 2 |
Have a programmer thats allowed users to enter "apostrophe" is a name field. Im attempting to search of them using: select * from table where [name] like '% ' %' i.e
|
| About Joins and Subqueries in SQL Server 2005\2008 | 03 Sep 2008 15:26 GMT | 1 |
I want to know many things about Joins and subqueries...I am working as a DBA for 3-4 years now and in my current company, there are several projects where I have observed that many Stored Procedures used in the respective Databases actually uses several no of joins on
|
| Backup and Restore | 03 Sep 2008 09:29 GMT | 3 |
I need to backup data on Computer A and restore on Computer B. How do I do that? Both are SQL Server 2005.
|
| SQL Server 2005 - obtaining path of a database instance on a Vista 64-bit system | 03 Sep 2008 07:04 GMT | 3 |
I’m sorry if this question’s been asked before, but I couldn’t find anything online. I’m working on an Installshield installation that needs to create an instance of a database on a Vista 64-bit PC using SQL Express 2005, then later use
|