This question was migrated from Stack Overflow because it can be answered on D ...
This question was migrated from Stack Overflow because it can be answered on D ...
I have very old backup file (.bak) of SQL Server 2000. After restoring it to SQL Server 2005, the database looks empty (please see screenshot). What ...
With an ~ 18 years old application users file "cases" and each case creates a row in a "journal" table a data base (on SQL 2000). This cases can be ta ...
I am, !!!finally!!!, migrating my windows ecosystem to windows 11 and sql latest versions. But meanwhile I already have pcs with windows 11 and sql 20 ...
I followed this website by installing Install: sudo apt-get install freetds-dev freetds-bin unixodbc-dev tdsodbc pip install pyodbc sqlalchemy In /et ...
I dont know whats the problem with that sql query : ALTER DATABASE myDB SET EMERGENCY; i got that error : Msg 102, Niveau 15, Etat 6, Ligne 1 I ...
We have an old database application with a table that represents folder structure. My use case is very similar to the one in this old post, except I n ...
I'm new in this world of SQL Server and I received one task to merge data tables in two identical SQL databases (SQL Server 2000), I have the same str ...
I have three tables and expecting the result as below but i do not know how to correct my sql statement. history guest rpt_revenue Result ...
Is there a way via T-SQL to get the larger tables and their respective size in a SQL Server 2000 engine? ...
I have been struggling with this for the past days. I am trying to use the following SQL query which is used on SQL Server 2008 into SQL Server 2000. ...
Is it possible to log changes to stored procedures and tables in SQL Server 2000? I need to track if users use create, drop, or alter commands ...
I'm working with an ancient SQL Server 8.00.194, and I need to know the collation setting of the database and specific column. I've naively tried to ...
We are migrating a SQL Server 2000 instance to SQL Server 2017. I was able to move all databases successfully through SQL Server backup-restore but ha ...
I have excuted store procedure in both SQL Server 2000 and SQL Server 2008 like this: in this, SELECT *,'sms_content' from dbo.splitstring(@mobile) ...
I am working on a cyber security course containing a challenge on a SQL Server 2000 host. I have leaked an asp file containing the source for the log ...
I have an old Delphi application which uses SQL Server 2000 Developer edition, with no Windows authentication access and no sa user, only one user at ...
When running SQL Source Control in SSMS 2017 I'm unable to expand any of my databases in object explorer on a 2000 server, I have connected. If I open ...
I am running a SQL query on a SQL 2000 server to grab a bunch of data from the database joining multiple tables. Everything is centered around an Asse ...
I'm making an electron JS app which connects to sql server 2000 using msnodesqlv8. Everything is working fine using localhost but i want to connect to ...