PowerShell script to configure SQL Server Reporting Services in SharePoint mode
The below mentioned script will take care of the steps listed below : Installs Reporting Services service and service proxy, and starts the service.2 Creates a service proxy named “Reporting Services”....
View ArticleSQL SERVER Powershell Script Remove Old SQL Database Backup Files from Azu ...
Few days back I wrote blog to help my blog reader and this is follow up on the same post How to Add Date to Database Backup Filename? Interview Question of the Week #109 . In this blog post we will...
View ArticleGetting Started with SQL Server on Linux
By:John Miner || Related Tips:More >SQL Server on linux Problem Some companies have been deploying tier one mission critical applications and databases on Linux because there has been no commercial...
View ArticleExam material for the Microsoft 70-764, Administering a SQL Database...
By:Daniel Calbimonte || Related Tips:More > Professional Development Certifications Problem I am going to take the Microsoft exam 70-764, Administering a SQL Database Infrastructure. I would like...
View ArticleCLR Stored Procedure Cannot Be Marked as System Object?
It is an open secret that in SQL Server, we can “create a system object” by using an undocumented stored procedure sp_MS_marksystemobject as explained here . The benefit is that when you put a SP in...
View ArticleFriday Reading 2017-02-17
I’m Andrew Pruski and I am a SQL Server DBA with 5 years experience in database development and administration. The online SQL Server community has helped me out immensely throughout my career, whether...
View ArticleSSAS : Where did my measures go?
Introduction Currently, developing a Tabular Model in SSDT and somehow I managed to let my measures disappear. What? Yep! This happened me a couple of times now. This blogpost is about the problem and...
View ArticleSqlServer第一节课笔记(2.20) sql SQLServer Sql语句 Sql数据库安装
microsoft.com.cn search sql server 2012 express 带64 64位安装系统表结构熟练表记录熟练对函数熟练对 transaction 熟练对约束熟练对索引 视图 熟练对 游标 操作select 语句sql server 2012 特点always on 镜像安全col savingmemory databaseT-sql 事务新建查询declear @变量...
View ArticleSQL(3) sql SQLServer SQL语句 DML语句
SQL(3)DML语句DML(Data Manipulation Language) 语句是对数据库中表记录的操作,主要包括对表的插入(insert)、删除(delete)、更新(update)、查询(select)等。insert语法: INSERT INTO tablename(field1,field2,…fieldn) values(value1, value2,…valuen); 语法:...
View Articlesqlite3的库在gcc-lsqlite3编译时链接不上问题解决 sql SQLServer SQL语句 编译时链接 ...
sqlite3的库在gcc-lsqlite3编译时链接不上问题解决,在linux主机上进行sqlite3数据库打开操作,编译时碰到库文件未找到:[student@localhost openSqlite]$ gcc -o demo openSqlite.c -l sqlite3openSqlite.c: In function ‘main’:openSqlite.c:14: warning:...
View ArticleSQL Server next version CTP 1.3 now available
Microsoft is excited to announce a new preview for the next version of SQL Server (SQL Server v.Next). Community Technology Preview (CTP) 1.3 is available on both windows and linux. In this preview,...
View ArticleSetting up SQL Server to SQL Database (Azure) Replication
I had a need to setup transactional replication from my SQL Server to SQL Database (Azure) where I only needed a selection of tables that I wanted to off-load to Azure. For this post I will be going...
View ArticleLots of Learning at SQL Bits
This year SQLBits is returning to Telford, UK , on April 5-8, 2017. I’ll be there, presenting on Friday, and enjoying the show the rest of the time. If you haven’t ever been to the event, it’s a...
View ArticleSql server interview questions
Sachin Diwakar I am believer of ‘sharing knowledge’, after conducting many free trainings, now I am stuck with blogging. I am really enjoying blogging.. are you enjoying reading? SQL Server - Common...
View ArticleSql server interview questions for developers
Sachin Diwakar I am believer of ‘sharing knowledge’, after conducting many free trainings, now I am stuck with blogging. I am really enjoying blogging.. are you enjoying reading? SQL Server - Common...
View ArticleSql server interview questions advanced
Sachin Diwakar I am believer of ‘sharing knowledge’, after conducting many free trainings, now I am stuck with blogging. I am really enjoying blogging.. are you enjoying reading? TOP 20 SQL QUERY...
View ArticleSql server interview queries
Sachin Diwakar I am believer of ‘sharing knowledge’, after conducting many free trainings, now I am stuck with blogging. I am really enjoying blogging.. are you enjoying reading? TOP 20 SQL QUERY...
View ArticleSql server interview questions for dba
Sachin Diwakar I am believer of ‘sharing knowledge’, after conducting many free trainings, now I am stuck with blogging. I am really enjoying blogging.. are you enjoying reading? Ms SQL Server DBA...
View ArticleResource database in SQL Server SystemResource db - mssqlsystemresource
Question:I’m getting error messages when starting SQL Server about a missing mssqlsystemresource.mdf file . How can I track down down some information about the Mssqlsystemresource database? The...
View ArticleSql Server Index
Sachin Diwakar I am believer of ‘sharing knowledge’, after conducting many free trainings, now I am stuck with blogging. I am really enjoying blogging.. are you enjoying reading? Indexes in sql server...
View Article