How to find SQL Server Version when only SSIS and SSRS services are installed
How to find SQL Server Version when only SSIS and SSRS services are installed
View ArticleMicrosoft SQL Server Management Studio Toolbar Error
Hi, I'm a student and I just downloaded the SSMS program and I've run into a peculiar bug of sorts.It seems that parts of my toolbar are missing, and every button with a hover function ends up looking...
View ArticleIF condition in Store proceure
HI Expert same structure availble in my Product databasemy table:CREATE TABLE A(ID int IDENTITY(1,1) NOT NULL,Name varchar(20) NULL)THEN i am inserted recordsINSERT INTO A VALUES ('Jan') INSERT INTO A...
View Articlekilled rolled back backup process which is not letting me to shrink the log...
The current size of the log file for a database is 2TereBytes. There is a killed rolled back backup process which is not letting me to shrink the log file. If I take the server offline and then bring...
View ArticleInstalling SQL server
Hello Everyone,Could anyone suggest me any link to download and install the SQL server in Mac operating system?Thanks!
View ArticleImport flat file SQL Server 2017
I have created csv file from a table in a database created in SQL Server 2017.Now I am trying to import data from that csv file and size of file is 19GB.The following error appeared and import...
View Articleinsert record two table in store procedure
HI export,table name:type_A type_id [int] IDENTITY(1,1) NOT NULL,language_id [int] NOT NULL,type_name[nvarchar](25) NULL,Type_code nvarchar](25) NULL,lang_code [varchar](50) --type_id primary key...
View ArticleAttrition Rate - Average & Annualised
Hi,Does anyone know the logic required to calculated the Average and Annualised Attrition rate at all please?
View Articleusing sql server on mac
I want to use sql server on my macbook, which version should I use, please recommend it.
View ArticleHow to execute stored procedures in parallel
I want the stored procedures in the two databases A and B to be executed in parallel. How to do it, what method is simple?I want the stored procedures in the two databases A and B to be executed in...
View Articlebooks about sql server program and manage
hi guys,Can you recommend some books about sql server programming and management, such as T-sql, broker, alwayson, ssis, ssas, and sql server internal components
View ArticleAppending Month Number to month name
Hi,I have a column name "Month", which displays data as Jan, feb, mar ....Dec etc.I need to add another column "Month1" which should display data as "1Jan, 2Feb, 3Mar....12Dec".Basically its not a...
View ArticleWhich Linux to choose for SQL
Finally I choose to use the Linux virtual machine on the Mac, then choose which Linux version is better?What's the difference between SQL on Linux and Windows, do you have any suggestions?How do I...
View ArticleFor Loop and declaring a record set
Hi My Dear SQL Server Team, Why dont you introduce a looping structure like 'FOR' loop which is already there in the Postgres SQL and they also have a feature like adding a total table or row in to a...
View ArticleSQL Server 2016 Licensing & Setup
I have a customer who is wanting to move to an AlwaysOn setup with SQL Server 2016/2017. Current plans are to have 2 failover clusters with 2 nodes each. They already have 2 SQL Server 2016 Enterprise...
View ArticleProblem with query
Hello. I'm just starting with MySQL. I think I know quite a lot comparing to my practice. However I have a trouble with one query. I have two tables in database. Let's say that one of those is table...
View ArticleDatabase Mail
I have been using Database Mail successfully for many years - primarily to send out alerts to DB Admins etc...Recently, we have configured DatabaseMail to enable an application to send out a variety of...
View ArticleBreakingChange in SQL Server 2016 DMA report
Hi All, Today while assessing the one of SQL Server 2005 Database to migrate to SQL Server 2016 using DMA tool. The DMA tool shows below RULE under "BreakingChange" andRecommendation as "Review the...
View ArticleSQL Having and And
I have a sql query that is basically this:select a.column1 ,b.column2 ,sum(c.amount) as budget ,sum(d.amount) as actuals ,sum(e.amount) as forecast from table1 a join table2 b on blah blah blah left...
View Article