Viewing 15 posts - 4,921 through 4,935 (of 8,761 total)
Quick question, can you post the DDL (create table scripts), some sample data in the form of an insert statement and the expected results?
😎
July 14, 2015 at 11:35 pm
Quick suggestion, add a NOT IN clause to exclude the unwanted members
😎
USE tempdb;
GO
SET NOCOUNT ON;
declare @tt table
( TagId int, TagType int,...
July 14, 2015 at 11:32 pm
Quick question, any indices on the table?
😎
July 14, 2015 at 10:23 pm
Have a look at this thread from last year
😎
July 14, 2015 at 10:07 pm
Brandie Tarvin (7/14/2015)
July 14, 2015 at 12:20 pm
Brandie Tarvin (7/14/2015)
Lynn Pettis (7/14/2015)
Eirikur Eiriksson (7/14/2015)
Lynn Pettis (7/14/2015)
Cannot create a row of size 8071 which is greater than...
July 14, 2015 at 11:44 am
July 14, 2015 at 11:37 am
Lynn Pettis (7/14/2015)
Eirikur Eiriksson (7/14/2015)
Lynn Pettis (7/14/2015)
Cannot create a row of size 8071 which is greater than the allowable...
July 14, 2015 at 11:26 am
Lynn Pettis (7/14/2015)
Cannot create a row of size 8071 which is greater than the allowable maximum row size of...
July 14, 2015 at 9:35 am
Lynn Pettis (7/14/2015)
Cannot create a row of size 8071 which is greater than the allowable maximum row size of...
July 14, 2015 at 8:45 am
Jeff Moden (7/14/2015)
July 14, 2015 at 8:06 am
MarkThornton (7/14/2015)
Thanks for the suggestion. However, I make extensive use of Redgate's SQL Server Source Control, which will only work on one instance of Management Studio at a...
July 14, 2015 at 7:26 am
Quick suggestion, run an instance of ssms for each server.
😎
July 14, 2015 at 6:58 am
giri10488 (7/13/2015)
July 14, 2015 at 12:44 am
Lynn Pettis (7/13/2015)
July 14, 2015 at 12:23 am
Viewing 15 posts - 4,921 through 4,935 (of 8,761 total)