Popular Posts
-
SQLServerCentral » Latest topics Friday Fun - Excel Formula to SQL Functions I recently found a nifty Excel Formula that worked out...
-
SQLServerCentral » Latest topics 澳洲大学毕业证书中央昆士兰大学CQU毕业证书文凭Q/微869520616澳洲成绩单学位证澳洲证书学历 认证UniversityofSouthern ueensland “如何”qq/微信:869...
-
SQLServerCentral » Latest topics SQLServerAgent Error 22022 I have a sql agent job that runs every 5 minutes. It executes a stored ...
SQLblog.com - The SQL Server blog spot on the web
Monday, December 4, 2017
Mathematics/Algorithms in SQL
SSMS 17.3 Start Powershell give s error - No SQL Server cmdlets found on this computer
sql injection help
I have an unusual request today.
My company has a very old Access VBA application, this application uses inline sql to read, insert ect.. into our Azure DB. I am not sure what version this DB is.
This inline sql tha
A Christmas Bug
Index Fragmentation
I am fighting with a SQL Server 2014 table [IR_RecordingMedia] (5.5GB data, 6.8GB Index, 11.6 million rows) that is running well, but my vendor for the software using the table says it needs to be reindexed due to results of the foll
General question on tuning
Need some suggestions and clarity. Its a general basic question on Query tuning.
Is there any difference(s) when it comes to query tuning of a Azure database and OnPremise database?
In one of our env, they are looking for so
Need vertical table as horizontal table in SQL
can you please help me to get
create table company
(
name varchar(100)
)
insert into company
select 'IBM'
UNION ALL
select 'Goolge'
UNION ALL
select 'Microsoft'
UNION ALL
select 'app
Are the posted questions getting worse?
PASS SQL Saturday #687 Slovenia 2017 Sponsors Showcase
Please take a minute and check this brief introduction of our wonderful gold, silver, and bronze sponsors.
Comtrade is a dynamic and well established technology group, with a 25-year track record of innovation and steady development of some of the world’s most advanced software. Founded as a software engineering and services company, Comtrade has evolved into a software product business, a services company and a systems integrator. With world-class infrastructure and campuses in 10 countries, Comtrade operates as a holding company for vibrant businesses, such as Comtrade Gaming. Created in 2001, Comtrade Gaming is leading the digitalization of the gaming industry with its high-end software and technology. With 4 technology centers and over 200 employees, Comtrade Gaming's strengths are the development of open platforms, systems and services for land-based and online gaming sectors. The company's product portfolio includes server-based systems, mobile gaming products and igaming platforms that cater to regulators, operators and vendors.
Kompas Xnet is one of the leading IT companies in Slovenia, founded 20 years ago. As a Microsoft Certified Partner we focus primarily on Microsoft technologies to provide customized solutions for the most demanding business needs. As a leading Microsoft learning partner in the region, our training center offer MOCs and other technical courses for IT professionals at the highest level, as well as basic and advanced workshops for end-users. Kompas Xnet is also the Slovenian LLPA representative of the best IT training centers in the EMEA region.
As a global IT company with thirty years of experience, COMPAREX is one of the world’s leading IT service providers and no. 1 software license Management Company in the EMEA markets. COMPAREX develops innovative services that support management and leverage software products, leading to an overall improvement of workforce productivity. COMPAREX serves corporate customers spanning from small businesses to large international corporations as well as public institutions – supporting every customer during their digital journey towards productivity optimization. The portfolio has a solid foundation in license management, software procurement and cloud services. Substantial professional and managed services complete the portfolio to support customers with services tailored to their business demands. With the statement “By Your Side in a Digital World”, COMPAREX underlines its goal to inspire customers with possibilities and opportunities for their digital transformation, by addressing key customer priorities.
Thank you for your attention!
Call sp from a Case statement
I am trying to execute a Stored Procedure after two other jobs in the schedule have completed successfully, so I am looking to a specific filed (DW_CREATED_
Import 2014 Registered Servers
I have just finished installing SQL 2017, and would like to get my extensive list of Registered Servers back.
However, according to
Tempdb Error
I have 3 ndf files for Tempdb and each one is now grown to 110+ GB. i.e total 330 GB+
I have tried
[code language="sql"]use tempdb
go
DBCC FREEPROC
Read TXT File - problem with importing from flat file source ssis
I have txt file where i have 14 million rows from Qlikview and SAP exported.
Now i want to import in into SQL Server Database.