Skip to content
January 26, 2021
  • Subscribe
  • Twitter
  • LinkedIN Group (Forum)
  • Facebook Group (Forum)
  • Facebook Page
  • YouTube
  • Telegram Group (Forum)
SQLServerGeeks

SQLServerGeeks

SQL Server Education (by the geeks, for the geeks)

Free Live Training   Data Platform Virtual Summit 2020   Virtual Symposium   DPD banglore
  • Blogs
    • Subscribe To Our Newsletter
    • SQLServerGeeks Bulletin Index
    • The Scripts Garage
    • All Blog Posts
    • One DMV a Day Series
    • Accidental DBA Series
    • One Operator a Day Series
    • One Trace Flag a Day Series
  • Events
  • Videos
    • SSG Videos Lobby
    • SQL Server Tutorials & Demos
    • Webinar Recordings
    • SQLShighra
    • Virtual Symposium Recordings
    • Geek Talks
  • PodCasts
  • Conference
  • Resources
  • Social
    • Subscribe To Our Newsletter
    • Twitter
    • LinkedIN Group (Forum)
    • Facebook Group
    • Facebook Page
    • YouTube Channel
    • Telegram Group (Forum)
    • Connect With Amit Bansal
  • About Us
    • Subscribe To Our Newsletter
    • SSG Team
    • Join Us
    • Speakers
    • Blog With Us
    • Contact Us
    • Write a Guest Post
    • Testimonials
    • Join DataPlatformGeeks community
Main Menu

Tag: sp_configure

SQL Server / SQL Server Accidental DBA Series

Enable CLR in SQL Server

February 22, 2015December 20, 2019 - by SQL Geek - Leave a Comment

The Common language runtime (CLR) feature allows you to write stored procedures/trigger/functions in .NET managed code and execute the same from SQL Server. However, in order to enable the execution of …

Read More
SQL Server / SQL Server Accidental DBA Series

SQL Server Error Message 6263 – Enable SQL Server for CLR Support

February 17, 2015December 20, 2019 - by SQL Geek - Leave a Comment

The SQL Server Error Message 6263 occurs when you try to execute a CLR/.Net procedure and it is disabled.  The complete error message somewhat looks like as below Msg 6263, Level …

Read More
SQL Server / SQL Server Accidental DBA Series

Recursive triggers in SQL Server

February 14, 2015December 20, 2019 - by SQL Geek - Leave a Comment

In this blog we’ll look at Recursive triggers in SQL Server. Triggers are said to be recursive/nested when a trigger on a table calls another trigger on same or different table …

Read More
SQL Server / SQL Server Accidental DBA Series

Get SQL Server configuration information

January 1, 2015December 20, 2019 - by SQL Geek - Leave a Comment

The sys.configurations view can be used to get SQL Server configuration information. Let’s analyze the output of sys.configurations view. As shown in above snapshot, the sys.configuration view lists down different server …

Read More
SQL Server / SQL Server Accidental DBA Series

T-SQL script to delete files

July 23, 2014December 23, 2019 - by SQL Geek - 1 Comment

Many a times need arises to access/modify windows folder structures from SQL server. Though SQL Server is not meant for this purpose, however here is a T-SQL script to delete files …

Read More
SQL Server

SQL Server: What all changes require a restart of SQL Service?

December 23, 2011July 5, 2014 - by admin - 4 Comments.

Question of the day: What all changes require a restart of SQL Service? Let’s say you get a request to change a SQL Server setting and you don’t know whether it …

Read More

Subscribe to SQLServerGeeks

Ad

master classes

SSG_linkedin

SSG_fb

dps2017_logo_website

video courses

dps2017_logo_website

create your blog

guest_post

DataPlatformGeeks Social Media Channels

About Us

  • Core Team
  • Authors
  • Blog With Us
  • Testimonials
  • Contact Us
  • Join DataPlatformGeeks Community

Subscribe To Our Newsletter

loader

Copyright © 2019 SQLServerGeeks. Community initiative by Amit Bansal | Anti-Harassment Policy
Powered by SQLServerGeeks and DataPlatformGeeks.