Check SQL import data status/log
So far, I only deal with Import & Export data from one server to another. Earlier today, I initiated a table import, from SQL Server AAA to SQL Server BBB. I can access Windows Server BBB (and SQL...
View ArticleMSSQL policies
MSSQL policies does not recognize user connections. The error message reads:Error: Unable to connect to the data source using the defined settings. Server has returned: ODBCError 28000:...
View ArticleRegarding sqlserver
Hi,I have parent tables and child tableshow to get all child tables that belongs to parent table in a single query
View ArticleRegarding sqlserver
Hi, I have 400 tables in a database, four columns are common in every tablei want to get all columns in a single query
View ArticleUsing Outlook Business Manager but SQL will not start
When I start Outlook Business Manager it tells me that SQL is not running. I have followed all the procedures to try to restart it without success.The SQL log is reporting the following2014-01-22...
View ArticleFilling Dataset Problem
Hi All,i have 50 tables.M trying to fill the table in dataset using a loop.no roblem for first 25 tables , but at 26th table it gives the error "Input string was not in a correct format.Couldn't store...
View ArticleCreated FK using sql but "CREATE SCRIPT" not same
I used this to create a FK relationship between a Parent and Child table. ALTER TABLE [dbo].[Child] ADD CONSTRAINT [FK_Child_Parent] FOREIGN KEY([Pid]) REFERENCES [dbo].[Parent]...
View ArticleGetting started with SQL Server
SQL Database installation and compatibility issues with windows 8
View ArticleAccess 2013 Rowsource Update Function to SQL Server 2008 Function
HI All,I was wondering if as an example you could help me write a SQL Function or Stored Proc to achieve the result of this access function...I Have already worked out how to create delete Stored Procs...
View ArticleSQL execution problem in sql server
Dear All, I am using dotnet 1.0 and send sql to sql server 2005 for execute. Sometimes when i send a batch of sql(e.g 6 sql statement), the sql server return success but 1 of the sql had not been...
View ArticleQuery on PIVOT
I’ve a table with 2 columns with the following data Col 1 Col2---------------------------Vista 2005Distinguish 2005ColonialVoice 2006Vista...
View ArticleShould i add lic keys to Microsoft SQL Server 2008 R2?
Hi all, nice to join this group! Does anb know what to do when i've installed Microsoft SQL Server 2008 R2 (English) on some vmware machines under Win 2008 r2 Standard w/o lic keys. Should i add them...
View ArticleSql server 2012 server error.....occured
Hi,this is arun ,and I have installed sql server 2012 but its not being connect to server.......when I connect to server it asking server name but I don't know server name and its not displaying server...
View Articlerelationship issue
Hi.I am using sql server 2005 and vb 2008 from visual studio 2008.Opened vb and created a database with 2 tables namely client and trousers having fields as following:client(client_id,...
View ArticleSQL Diagram Relationship Problem
Hi All, I am facing alittle problem when executing my project i think the error is with my relationship diagram, I am getting SecurityGroupID and UserID and UserName all stuff properly but the only...
View ArticleWhat's unique for a song Recording - Band? Artist? Song? Date?
I'm struggling to design a music database to track artists/bands, albums, songs, recordings etc. I want to identify the fields (including either solo-artist, band or perhaps duet) that make a...
View ArticleExcel Integration and data cleansing required
Hi all I have two data sources - an excel spreadsheet and one access database of Customer details, (quite small in size) and I have to use SQL Server 2005 to Integrate the data and cleanse the data so...
View Articleupdate
hi, want to update record in tabole .I have two records which are having same ServiceId and DAyoftheweek,one thing uncommon is Services='IdleTime' can i write like this update DetailsTable set...
View ArticleIdentity key error
I with a identity value. I then Inserted 988 test records. When I then inserted a new record the identity was 55. What could be the reason for this
View ArticleSuper basic help
I'm use to working with MSaccess and coldfusion and am trying to convert to sql. I ran the upsize wizard in access and now see my DB in the SQL Query Analyzer. How do I open / modify / view the DB? I...
View Article