SQL failover cluster Migration
Hi Team, I am having SQL failover cluster in my environment see the below structure, In my SQL failover I am having 2 Nodes Node 1:- Windows server 2003 with SQL server 2005 SP2 (Active) Node 2:...
View Articlesqlcmd restore gives an error
I am trying to restore a database that no longer exists from a backup file with the followingsqlcmd -E -S SERVER -d "master" -n -b -Q "RESTORE DATABASE SOPHOS50 FROM DISK = C:\SOPHOS50.bak WITH...
View Articlehow to shrink transaction logs
i got a db that is 300mb but its transcation log is over 220gb. how do I shrink this file?
View ArticleSql error. [sybase][ODBC driver][Adaptive Server Anywhere]Unable to connect...
Hi There, Would u be help me out to fix this trbl. Thank you.Muafaz
View ArticleExcel column not importing as Varchar/char
Hi,When i use Select .......... from excel file into a SQL Server table, all charaters which start from 0 in excel columns converted as INT in SQL Table. I would like to import all column of excel file...
View ArticleORACLE to SQL Migration error on converting datatype
Hi, I hope someone could help me to get around this. I am migrating the ORACLE data to SQL server using SSMA. When I execute the Migrate data I got an error belowThe given value of type DateTime from...
View ArticleProblems Restoring SQL Server Database
Hello everyone and thanks for your help in advance. I did a recent install of SQL Server 2005 on a test machine (Windows 7 Ultimate). I took the backup from our production database (SQL Server2000)...
View ArticleNotification for update, delete or insert command if execute from ssms
Hi,I would like to know how to get email notification if someone execute UPDATE,INSERT or DELETE command from SSMS with all details like command text, login name and host info for production...
View ArticleHow to extract json from a relational db?
Is there a good, common way to migrate data from relational tables into hierarchical json? I am asking this because, basically, I prefer not to write a lot of procedural code.I am currently working...
View Articleerror while using import/export wizard for converting sybase database to sql...
I am getting the following error while using import/export wizard for sybase to sql conversion.Test connection failed because of an error in initializing provider.Object or data matching the name,...
View ArticleBabysteps towards SQL Migration
Hello All,We are having a task in our hands to migrate all our Databases from SQL Server 2005 Ent. Edition to SQL Servr 2008 R2 Ent. Edition. All of my team members are novice when it comes to...
View ArticleGroup By in SQL Server 2008 not working in 2012, ideas on why?
So I have an update to a table variable in a stored procedure that works in 2008 fine in production and is now not working in 2012 production. I get the following error:Each GROUP BY expression must...
View ArticleAnyone has an experience to migrate Oracle DB to SQL Server ?
G'day All,As stated on my Title. I would like to seek an advise from forum for:1. any pitfall to aware of ?2. any lesson learnt from your experience ?Thanks in advance.Best Regards,Robert
View Articleerror while connecting sybase database in ssms.
I am not able to connect to sybase database in ssms. I am getting the following error. Please help me.Connection to Sybase established successfully.Connection string: Driver={SQL Anywhere...
View Articlemigrating roles and privileges
In order to upgrate to ArcGIS 10.1 I have to migrate from a multi-database model to a single database model. This requires me to create a new spatial database using an ESRI database creation wizard and...
View ArticleSQL Restore Compatible Message
Hello,We have an old SQL server we are going to replace with a newer SQL 2005 server. I backed the databases on the SQL 7 server and restored them to the newer server. I do not get any error messages...
View ArticleDatabase restore to different SQL server different domain/forest
We are going to remove several databases from Production SQL server to new domain/forest to new SQL server. Trust between two domains will be setup and it will remain permanently. Source SQL server is...
View ArticleMove SQL Server 2008 R2 to Workstation
I work for an accounting firm and some of the accounting programs that we have use a SQL database. I have the SQL server on the same unit that is also our domain controller. I know this is not...
View ArticleJOIN A TABLE WITH A STRING
HI,Please help me to convert this ORacle join query into SQL SERVER query SELECT PM00_AC_PROJECT.C_PROJECT_ID, PM00_MVIEW_AC.C_CAC_ID, PM00_MVIEW_AC.THIRD, PM00_MVIEW_AC.MSN,...
View ArticleUpgrade from Sql 2003 to Sql 2008
Hi, We are planning to upgrade from Sql 2003 to Sql 2008 and I would like to know what needs to be prepared and how to do as I will doing very first time.We have sql 2003 - on windows 2003 server with...
View Article