How to Query newline feed in SQL without like in where clause
Hi Team,In my table i've inserted the string with new line feed in column nvarchar(max), Say 'XY'. I want to query without below statements.Kindly assist me how to proceed.Thanks in...
View ArticleGet not first not null value from table
Hi,I have a table in which data is something like thisIDName1Name2Name3Name4Name5Name61a2b3c4h5k6lm Now i want to create a table which contain ID column and new column which contain first non null...
View ArticleError when installing Microsoft SQL Server Management Studio Express on XP -...
I'm trying to install Microsoft SQL Server Management Studio Express on XP SP 3 but I'm getting the following error: Error when installing Microsoft SQL Server Management Studio Express on XP - An...
View ArticleIndexes rebuild issue
I am trying to figur out the reason for slow performance of my database,i am looking into avg_fragmentation_in_percent, and few indexes are over 50.should i rebuild these indexes?k
View Articleattempted to perform an unauthorized operation error at installation
Hello,I tried to install SQL SERVER 2012, but the installation crash at the beginning when it install the setup files. I solved this one by installing manually sqlsupport.msi. Strangely enough, after I...
View ArticleUsing a Temporary Table in a View in Order to Combine three Queries
Hi all. I am trying to create a view using the three queries below and I get the error messageViews or functions are not allowed on temporary tables. Is there a way to do that or is there a way to...
View Articleimport data from excel/text file to sql server database
how can i import excel file / txt file to sql server database 2005?and how can i speed up the execution time?
View ArticleSQL Server Management Studio 2008 R2 Question
Hello, I think I posted a question, but I cannot find it on the website anywhere. How do I find what I posted?
View ArticleOracle System DSN
I created an oracle system DSN (Windows 7 64 bit PC). However there is not "test connection" button in windwos 7 ODBC data sorce administrator. I want to test the connection to make sure I have...
View ArticleHow to Install SQL Server 2008 R2
First of all thank you for any and all help that you can provide. This is the most frustrating time I have ever had with a Microsoft Product. The install is always the easy point and I cannot get SQL...
View Articlemay i get the result with pivot concept in sql from my source table
my source table is PartyID Nominee/Jointholder/GaurdianID RoleID10001 10068 210001 10070...
View ArticleWhich database platform for me is better?
Hi,I have 4,464,000 record per day,so i have 1,633,824,000 record per year.Which database platform is better for me.MS SQL Server or Oracle or ...?Help me please.I need to be convincedUnfortunately, I...
View ArticleHow could I restore database from network file share
I use SQL2008R2I tried to run the below queryuse FIMSynchronizationservicerestore database FIMSynchronizationservice from disk='\\IPaddress\filename'but, syntax check says, there is error near...
View ArticleExecuting SP within Sql server
HiAm a newbie in sql server pls help me to sort this issueAm having a tablecreate table table1 ( id int primary key, dob date )with some values insertedinsert into table1 values(1,'1990-12-12') insert...
View ArticleCan I restore 2008 R2 Bak to SQL 2012 Standard or BI edition
I have a backup copy from SQL 2008 R2 SP2My question isCan I restore it to SQL2012 Standad edition ?
View ArticleI have some doubt!
I HAVE MICROSOFT SQL SERVER 2005, WHEN I SELECT AT TIME SHOW LIKE THAT "CONNECT TO SERVER", BEFORE I CONNECT TO SERVER I DO NO SERVER NAME SO WHAT CAN I DO.REPLY SOON TO MY MAIL IS IS:...
View ArticlePartitioning table on a column
in my project, the Sql server DB contains lot of customer information into different tables. The information about the customer is huge but the actual number of customer are less comparatively hence I...
View ArticleCount Unique Columns
I have a table with field names and I want to have a count of how many unique rows are in some column and I would like the results to be inserted into a table so the results would be a field name and...
View ArticleUnable to install SQL Server 2012 SP1 on a windows server 2008 R2 Enterprise VM
Hi, i am unable to install SQL Sever 2012 SP1 on Windows Server 2008 R2 VM with the below error.Any help would be greatly appreciated. thanks in advance, Any help would be greatly appreciated. thanks...
View Article