| Thread | Last Post | Replies |
|
| SQL Express 2008 | 19 Sep 2008 17:10 GMT | 3 |
Hi can anyone tell me why... 1) Seemingly at random, when I open SQL Express 2008 Management Studio, I get the following error (sometimes it is solved by stopping/starting the SQL Express Service but sometimes it isn't and appears to resolve itself if I try
|
| Use String Function | 19 Sep 2008 17:07 GMT | 8 |
I would like to retreive the last string from this pattern ,B110,A104,AUSL, ,L101,A101,01, which means i want to retrieve AUSL and 01
|
| SQL 2000 to a virtual machine | 19 Sep 2008 13:08 GMT | 2 |
What are the many pitfalls and issues of moving a production server running sql server 2000 enterprise edition to a virtual machine? Is it even possible? Is it compatible? I've talked to a few dba's in my neck of the woods and all of them say do not do it. It's the way sql 2000 is ...
|
| SQL server light for a web service | 19 Sep 2008 11:23 GMT | 3 |
I developed some VB code (visual Studio 2008) that uses the sql server in visual studio to do some record keeping for the web service. I placed a .MDF file in the App_Data directory and developed the code. When I copied the Site to another server it will not run. The server does
|
| SQL Server Update Problem | 19 Sep 2008 04:11 GMT | 3 |
About two months ago, there was a popup from the Task Manager saying 'Updates are ready for your computer.' I pretty much ignored it, until one day I was not busy so I chose to update. One file, Security Update for SQL Server 2005 Service Pack 2 (KB948109), could not be installed ...
|
| int param in udf not working after conv 2000 to 2005 | 18 Sep 2008 20:48 GMT | 1 |
I have a view which includes a couple of udfs. The view works fine in 2000, but we've migrated to 2005 now, and one of the udf's doesn't work anymore. It returns all null values. The udf that works has all char parameters:
|
| sys.database_files | 18 Sep 2008 19:13 GMT | 3 |
sys.database_files returns a column indicating database size. how to convert the size value to MB or GB?
|
| SQL 2000 SP3 log backup size | 18 Sep 2008 18:40 GMT | 3 |
I am accessing the current backup strategy on our financial database. Backup maintenance was set by a different person in IT. The database and logs were backed up to the same folder daily at 4am. What has me confused is the log, .trn file is as big as the data file everyday, ...
|
| Duration of a query depends on location of SQL client? | 18 Sep 2008 17:52 GMT | 12 |
In our SQL 2000 DB, we have a stored proc. The last line of the proc is like : SELECT .... from #temptable I am monitoring the duration the proc takes using SQL profiler.
|
| SQL Server Memory Usage HELP! (Counter Memory Manager/Total Server Memory (KB) | 18 Sep 2008 15:55 GMT | 7 |
I am running Windows 2003 SP2 x64 with SQL Server 2005 X64. Does the counter SQLServer:Memory Manager/Total Server Memory (KB) show the amount of physical memory is use by SQL? Why isn't this value reported by the sqlservr.exe working set?
|
| ini file | 18 Sep 2008 15:28 GMT | 8 |
can someone please let me know how can I find "ini file"/interface file which contains servers connectivity information in sql server directory? I'm using sql server 2005. Thanks,
|
| Collation Partly not case sensitive | 18 Sep 2008 15:25 GMT | 2 |
We have a database with collation 'Hungarian_CI_AI' where we have problems executing a function when you write it in different cases. The function is called 'funDameIdDocSesion' which executes fine when you write it exactly as it's created, but when we change the 's' of Sesion to
|
| how many transactions processed during the period of time | 18 Sep 2008 15:09 GMT | 6 |
I'm assigned a task to find out how many transactions processed on our sql database during the period of time. I have no clue how to get this information. We are using sql 2000. Please help,
|
| sys.database_files query with SQL Server 2008 | 18 Sep 2008 15:08 GMT | 1 |
I have a component which runs as an NT service in loclasystem account. Through this service using ODBC I run the Query <DBName>.sys.database_files but in results it do not list the file information for FILESTREAM.
|
| A new connection was rejected because the maximum number of connections on session ID | 18 Sep 2008 14:44 GMT | 1 |
We are getting this error when .net 2.0 windows application is accessing the database using a datareader. Could not find much info about how to fix this issues. Can anyone help please?
|