Viewing 15 posts - 2,806 through 2,820 (of 8,753 total)
abhas (11/10/2016)
Thanks for your suggestion mhtanner and MMartin1 but client want this implementation only.Explained issue but they want like that only. 🙁
Thanks again Eirikur for your help....
November 10, 2016 at 5:05 am
andy.plumb (11/10/2016)
This is my first post here, so hello to you all!
I have a SQL 2008R2 server, which I have created various DTS packages to import data for an...
November 10, 2016 at 5:03 am
GilaMonster (11/10/2016)
Eirikur Eiriksson (11/10/2016)
21.naved (11/10/2016)
we do not run dbcc checkdb but there have been some reindex jobs successful whereas some failed.can I run it online during working hours?
Yes you can....
November 10, 2016 at 4:56 am
21.naved (11/10/2016)
we do not run dbcc checkdb but there have been some reindex jobs successful whereas some failed.can I run it online during working hours?
Yes you can. Run this command...
November 10, 2016 at 4:35 am
Sangeeth878787 (11/10/2016)
I have a table with date column and primary key column with auto increment, but few times we have been come across these tables not populated with new data...
November 10, 2016 at 4:29 am
What is the fill factor for the index?
😎
November 10, 2016 at 4:18 am
Henk Schreij (11/10/2016)
Are you able to change the parameter to a table-parameter?
I wish 🙂
I get the parameters from a outsite source: the people who build the website.
I have some influence...
November 10, 2016 at 4:11 am
21.naved (11/9/2016)
November 10, 2016 at 12:20 am
Here is a very simple method that first tries to truncate the table and if that fails, then it deletes all rows from the table.
😎
USE TEEST;
GO
SET NOCOUNT ON;
IF OBJECT_ID(N'dbo.AllTables') IS...
November 10, 2016 at 12:08 am
Benki Chendu (11/9/2016)
But my question is very vague 🙁
If I want to provide some visualizations or dashboards to my customers and want to...
November 9, 2016 at 11:43 pm
whitesql (11/9/2016)
I need to delete all tables listed in a table named dbo.tblSum. There are 500 tables that I need to delete.
I am not sure on how to do that...
November 9, 2016 at 11:06 pm
quinn.jay (11/9/2016)
November 9, 2016 at 10:35 pm
Jeff Moden (11/8/2016)
drew.allen (11/8/2016)
November 9, 2016 at 10:31 pm
Newbi (11/9/2016)
November 9, 2016 at 10:17 pm
A CASE statements needs to be terminated with the END keyword
😎
-- Syntax for SQL Server and Azure SQL Database
Simple CASE expression:
CASE input_expression ...
November 9, 2016 at 10:13 pm
Viewing 15 posts - 2,806 through 2,820 (of 8,753 total)