About 3,300 results
Open links in new tab
  1. Dynamically checking job status with T-SQL

    Dec 5, 2018 · In SQL Server 2008, is there a way to check the status of a job using T-SQL? I have tried several variations of the following but none of them seem to work: EXEC

  2. Use of schema in T-SQL? - social.msdn.microsoft.com

    Nov 4, 2011 · I'm new to this field ... what is the use of schema and why we need to go for this.....

  3. Extract Phone numbers from a line feed text column and show it in …

    Sep 8, 2014 · Now I need t-sql query to show above source data into 3 columns by extracting phone numbers from each line feed.. new t-sql query output should look like this...

  4. ClickOnce WinForm application - How can I apply a number of T …

    Jan 25, 2007 · How do I programmatically run a number of T-SQL Scripts against a SQL Server Express database? I am connecting to the database using a user instance connection.

  5. Delete a File in T-SQL - social.msdn.microsoft.com

    Jan 10, 2018 · T-SQL is just a language which operate on database instead of file system, SQL Server can only call other methods like cmdshell and CLR to do that. Why do you want to do it …

  6. T-SQL Equivalent - social.msdn.microsoft.com

    Mar 8, 2010 · So I am assuming that you want a SQL Server equivalent of the above mentioned Oracle statement.

  7. Create a matrix table with count of combination using t-sql

    Mar 8, 2019 · The female and male can be from same group but will play game only with another group candidate. For example in selection List table the list of selected candidates is as below …

  8. Converting Reserved Words to Upper Case

    Jun 25, 2008 · There are third party tools such as red gate sql prompt, that provides intellisence for t-sql that as you begin to type options are posted to the right in the appropriate case. …

  9. For each loop in a stored procedure/ T-SQL

    Feb 1, 2014 · I want to create a stored procedure in a sql server agent job to run the routine every 24 hours.

  10. SQL Stored Procedures Locked - social.msdn.microsoft.com

    Feb 12, 2008 · I am facing a problem in SQL SERVER 2005, 3 stored procedures seem to have a padlock on them and when i right click and the modify option is disabled.