| Thread | Last Post | Replies |
|
| Disk fragmenation for sql server | 28 Feb 2005 22:22 GMT | 1 |
Does any one know any good file defragmenation software for sql server 2000 database files? The server needs to be online always and should not affect database activities? Is it a norm to do file defragmenation for sql 2000 database that have 100 GB of data?
|
| Any tool to give me some live metrics | 28 Feb 2005 22:05 GMT | 2 |
Id like a nice front end that I can drop to get the server I want or even combine multiple perfmon sessions for servers in one look and feel. I also want to look at event logs, current OS /SQL info.. Current applications running....etc..
|
| Agent Mail | 28 Feb 2005 18:40 GMT | 2 |
I have already posted this question in a different forum it was recommended that I post it here instead. I am having a problem setting up sql agent mail. I am running in with a groupwise mail system but I have it running POP3 so I should be able to use
|
| hot backup | 27 Feb 2005 17:59 GMT | 7 |
any good Hot Backup tools recommend ? thx!
|
| Combining multiple columns into one column. | 26 Feb 2005 13:00 GMT | 1 |
I am having a problem on how to merge 3 columns into one column. I have a columns named [LastName], [FirstName] and [MiddleName], I want those columns to be as one and name it as [Name]. How will I do that? I already tried the trick like what I did in Access but it does'nt ...
|
| find in Query Editor | 25 Feb 2005 22:52 GMT | 1 |
This may have been mentioned before but why isn't there a "Close" button on the Find dialog in the Query editor? Yes you can close it via the tiny X in the corner but it should have a close or done button as well.
|
| Error when running a Query | 25 Feb 2005 19:17 GMT | 4 |
In query analyzer, when I have a cursor that runs through some code enclosed in the begin and end statements. But, if the cursor dataset is larger then 20 records, on the 20th record, it will give me this error. The first 19 records will process fine.
|
| sysadmin | 25 Feb 2005 12:59 GMT | 2 |
Can a sysadmin be denied of a select statement? Id you ad a user to the system administrator then deny them rights to a column can they still use a select statement?
|
| parameters | 25 Feb 2005 10:31 GMT | 1 |
Does anyone know where I can find excercise examples on parameters Thank you
|
| Catch and analyse incoming queries | 25 Feb 2005 10:30 GMT | 1 |
Can I programatically (from f.e. c# program) catch incoming queries to an SQL server? I want to watch and analyse them, if such queries are create/alter/drop I want to log this information in a database to view
|
| Get Size of a dedicated table | 24 Feb 2005 23:25 GMT | 1 |
I'd like to analyse my db. Does anybody how to get an overview about the table sizes? TIA Pete
|
| SCRIPT | 24 Feb 2005 17:30 GMT | 1 |
I am very familiar with insert statements, but how does a value get passed for a user name and password from either a web or windows application i.e A simple insert statement would be
|
| Creating Database Diagrams | 24 Feb 2005 13:12 GMT | 1 |
I have 5 tables each in two databases database1 and database2 in SQL Server. Now, I want to create a database diagram for documentation purpose in database1 wherein I want to include the tables in database2. Is this possible. If yes, how can I do this.
|
| SQL Script | 24 Feb 2005 11:11 GMT | 1 |
I am very familiar with insert statements, but how does a value get passed for a user name and password from either a web or windows application i.e A simple insert statement would be
|
| Exporting ToExcel file | 23 Feb 2005 03:58 GMT | 3 |
Hi, I have a SP that adds an Excel file as a linked server, then tries to send the result of a query into this file. I get the following error : ------------
|