Bidirectional replication SQL server 2014
Hi guys, I need your help.I have a local SQL server for everyday work, and now a person abroad needs to work with the database. We tried to do it through VPN but it was way too slow, so we are working...
View ArticleINSERT statement choose wrong column in VBScript
I have an insert statement belowVB.netSQL="SELECT FT FROM [Tbl Field Trip] WHERE FT in (SELECT MAX(FT) FROM [TBL Field Trip])"Setdata=connection.Execute(SQL)Recordset.OpenSQL,Connection'first of all...
View ArticleMove SQL Database without detaching it...
I've got a 2003 server running SQL2005 that is stuck in a continuous logon/logoff loop. I can stop the process and end users still see their information like the server is running normally. I've tried...
View ArticleSQL Update statement with column variable
I have the below sql statement so far in VBScript. The School Column could have multiple possiblities for the value. For Example School=variable1.value, School=Variable2.value.Can SET achieve this for...
View Article{SQL} Need to select from the value in a column of a selection
I need to take the data from the customData column of the temp table #Camps and use it to run a selection. The data in the customData column is the full table name that I need to select from (...
View ArticleSQL Server 2008 - Storage setup - vshpere
Hi Guys,Our new server will be arriving soon and I would like to ask your help on what is the best storage configuration for SQL Server 2008 R2.The new server will have local storage of 10 SSDs 400gb...
View ArticleCan I use SQL Server as the back end database ?
Possibly a dumb question -Rightly or wrongly :-) my company use MS SQL Server as our "database of choice" - we already use Spiceworks with the built in SQL Lite database but could I migrate across ?If...
View ArticleCreate a MS SQL Scheduled Task and Generate and Import a Script
Ok I am not a big Database Person. I do enough to get by and use support for the rest. Right Now I have a request to Copy the View and data from Database 1 on Server A to Database 2 on Server B. I can...
View ArticleSql Server 2014 Standard - Core license or Server License needed?
I'm quoting out a server for a client and they requested SQL server 2014 Standard. I've seen pricing for a core license for about $3500 and Server License for $699. There's quite a difference there....
View ArticleSQL Selecting from the data value of a table
I have a temp table called #camps. In this table is a column called CustomData. The CustomData column stores the table names for campaigns in the database in this format client.dbo.customdata. I need...
View Article.NET and MSSQL Express do not allow refreshing results table
Hi,I am far from .NET or MSSQL expert, because my programming experience is only with batch scripts, PHP and MySQL. So please, keep that in mind :)I ordered an .NET application, based on MSSQL Express,...
View ArticleMS SQL - Upgrade from eval
SQL was installed a few months ago as an eval copy. The company has now purchased the full version. I have the Auth number, licence number and licence date but cannot find anywhere in MS SQL to input...
View ArticleHigh sustained disk queue length
Starting late last week, it seemed like some of our nightly extractions were taking longer than usual on our SQL Server BI box. We looked into it, but nothing jumped out at us. This morning, however,...
View ArticleSSRS 2014 Export to Excel Unreadable Content Error
I just migrated my SSRS 2005 reports to 2014. For the most part the migration has gone smoothly. However, when exporting reports to excel, with number fields that have a 0 value, I get an unreadable...
View ArticleSQL Server 2012 Express to 2014 Standard
I installed SQL Server 2012 Express on Windows Server 2012 R2. Before putting it into production however, I have decided to upgrade to 2014 Standard. My plan is to uninstall all instances of 2012 and...
View ArticleSQL Server 2008 R2 Replication
I run one publisher on the main server and I have 4 subscribers over the WAN. I am using merge replication because I need the data replicated to and from the subscribers real time.I also run the...
View ArticleRemove SQL2005 without removing the instances
Good morning SQL gurus,I was able to upgrade our Microsoft SQL Server 2005 software to 2014ENT and to remove all but one 2005 components from the "add/remove" list. All but Microsoft SQL Server 2005....
View ArticleLinked Server AS400 Character Data Returned as Binary?
Greetings,I've been working on trying to convert a field and got stuck. So I figured I'd reach out and see if I can get some help. I've become a bit confused after testing and now I don't know if...
View ArticleSQL 2008 Transaction Log Database Size
Good afternoon, guys.I've had a scout around about this query and I've found a few suggestions and guides but I'm unsure of whether or not they're best suited to this situation. My SQL knowledge is,...
View ArticleT SQL - Passing table rows in a stored procedure
Good afternoon all!Say I have a stored procedure....exec my_sp ?,?I can execute this stored procedure by adding two values e.g.exec my_sp 'value 1','value 2'Now this is where things get tricky.....I...
View Article