Script the Scripting of SQL Tables
Does anyone know if there is a way to script the scripting of an SQL table?I know I can use the generate scripts function to create a script, problem is I have to do this fairly often and I don't need...
View Articleslow(er) SQL performance
Let me start this off by saying i am not a SQL guy. We have an application that hits a SQL database set up by the company whose software we use. We connect to 5 very small databases (total 20 g/b) on a...
View ArticleAutomated text messages using information from our SQL server
We have a SQL server that we use to book various appointments. We are looking for a solution that would automatically remind people that they have an appointment. I have found a website that claims you...
View ArticleMS-SQL 2014- Accidentaly changed tempdb path to incorrect instance folder
Greetings,Simple mistake, but I am having trouble resolving it.I used the following query to change my tempdb.mdf and templog.ldf files and was doing so for multiple instances... I accidentally used...
View ArticleSQL Server copying one database to replace another
I have been banging my head against the wall a bit so I figured I would throw this one out there and see if I am just missing something real simple. We have an MIS that runs in production and then one...
View ArticleSQL 2016 Always On High Availabiltiy Groups "Secondary Disconnected"
I am new to Always on HA groups in SQL server. We are using SQL server 2016 STD, we have setup windows clustering and have created an Availability Group. See the attached screen show of my error. The...
View ArticleSQL Server licensing
I have a question on SQL Server Licensing. I have software on Server A that goes out to a number of our machines, gathers some information and then stores it in a SQL database. Only the server with the...
View ArticleSQL 2005 / 64-bit hardly using any RAM
I understand SQL 2005 64-bit uses all available RAM by default, but I migrated our SQL server to new hardware over the weekend by doing a fresh install and now the production database (which is 32gb...
View ArticleMultiple table partitioning: stumped on how to handle this situation
I have a sales database that has become too large. I need to break it up into pieces so that the physical files are manageable. It makes clear sense to break it up according to sales date. Each year...
View ArticleHow to get into a sql database without a SA account
I have a sql database that was created without a SA account (sql 2008). It was attached to a domain account problem is that I was hit with a virus last year and I reinstalled and rebuilt my domain...
View ArticleCan I remove Visual Studio without affecting SQL Server?
I have a SQL server that also has Visual Studio installed on it. The only person who has an idea of when it was installed believes it was an installation requirement for SQL Server or was forced into...
View ArticleWhy won't windows 10 Pro let me create a new ODBC
I setup a new client pc with windows 10 Pro. I need to create an odbc connection to connect to my sql Server. I have had no luck connecting. It gives me error 10060 as well as 17. I have setup...
View ArticleSage Line 500 - Error accessing SQL Backend Connection Broken Unexpectedly
When using Sage Line 500, users will receive the error Connection to the backend has broken unexpectedly. 1. This error is sporadic among users. Not everyone gets the error at the same time, although...
View ArticleBind 3 values to drop down list vb.net?
I'm writing a fairly simple/basic form in VB.net (using visual studio Community 2015) and in that form I have a number of DropDownList controls. They are all databound to sqlDataSources that select the...
View Articlemssql server 2016 - how to setup alwaysOn group with windows failsafe
#1 -- I have setup 2 sqlservers on 2 servers, cotp5 and cotp6:cotp5/inst1 and cotp6/inst2i have put them in an alwaysOn group: group1. i can fail over from inst1 to inst2 with success.#2 -- also, i...
View ArticleIF today date is null
This is my symbol queries and it is ok for previous day is null but problem if today date is null .create PROCEDURE [dbo].[rpt_SaleSummaryReport]-- Add the parameters for the stored procedure here exec...
View ArticleSQL Side-by-side config advice
Hello Spicers,I'm about to start setting up a new SQL Server for use by multiple applications.The different applications have different SQL requirements, I am running SharePoint 2013 which can go to...
View ArticleSSIS Export to Excel
I have heard that SSIS is fiddly to export with but I'm pretty sure that it's just the wrong steps that have been followed. So Exporting to .xls files are from from SQl.It seems a bit more tricky for...
View ArticleScripting out objects in SSMS failes
I am getting an error in SSMS 2017 when trying to script out objects like index, backup deviceTITLE: Microsoft SQL Server Management Studio------------------------------Discover dependencies...
View ArticleSQL Server on Win10 (concurrent connection limits)
Windows workstation OS has limited concurrent client connections, at least to network shares, I guess it is 20. It also seem to have limits on Web server (IIS) connections.But what about SQL client...
View Article