Viewing 15 posts - 7,546 through 7,560 (of 8,760 total)
SQLRNNR (8/11/2014)
Eirikur Eiriksson (8/11/2014)
SQLRNNR (8/11/2014)
Eirikur Eiriksson (8/11/2014)
Check that out - you hit the Rare rank of UDP broadcaster.
With Packets: 1,441, Acks: 4,025, looks like a congestion somewhere:-D
😎
Somebody must have broken...
August 11, 2014 at 3:21 pm
WolfgangE (8/10/2014)
I ran it on SQL 2008 R2 and SQL 2012.
Ran it on 2K8 and reproduced your described results, don't have 2K12 at hand but there is some difference in...
August 11, 2014 at 3:14 pm
SQLRNNR (8/11/2014)
Eirikur Eiriksson (8/11/2014)
Check that out - you hit the Rare rank of UDP broadcaster.
With Packets: 1,441, Acks: 4,025, looks like a congestion somewhere:-D
😎
August 11, 2014 at 2:38 pm
ramon.gonzalez (8/11/2014)
We own the copyright but is not esthetic....
Something not right here, copyright owner with only water marked images! How on earth did you acquire the copyright?
😎
August 11, 2014 at 1:02 pm
thiensyh (8/11/2014)
Assume now my current date in table A, entity field is char
table data like below , but data in B & C...
August 11, 2014 at 12:59 am
There are quite few ways of doing this, here is one that uses left outer joins and a case statement:
😎
USE tempdb;
GO
/*
Table A - data example
Idno Entity Flag
1 1 y
2 1...
August 10, 2014 at 11:16 pm
Quick question, I ran the code on SQL Server 2014 and it didn't show the behaviour described. What version of SQL Server (@@VERSION) are you on?
😎
August 10, 2014 at 3:36 am
LutzM (8/10/2014)
CREATE FUNCTION dbo.FN_COUNT_ROWS2
(
@TABLE_NAME NVARCHAR(128)
)
RETURNS TABLE
AS
RETURN
SELECT SUM(rows) AS ROW_COUNT FROM sys.partitions
WHERE object_id...
August 10, 2014 at 3:23 am
mayankminawat (8/9/2014)
I'm trying to create a simple function that will do a count on a table. I want to pass the table name in form of a parameter to...
August 9, 2014 at 11:48 pm
arnipetursson (8/8/2014)
SQLRNNR (8/7/2014)
sqldriver (8/7/2014)
Eirikur Eiriksson (8/6/2014)
Jeff Moden (8/5/2014)
rajeshn29.dba (8/5/2014)
I would like to know SQL DBA high ended question (5+ years’ experience) what kind of questions they will ASK …………………....
August 9, 2014 at 2:45 pm
GilaMonster (8/6/2014)
Luis Cazares (8/6/2014)
Eirikur Eiriksson (8/6/2014)
benjamin.reyes (8/6/2014)
Eirikur Eiriksson (8/5/2014)
Grant Fritchey (8/5/2014)
Eirikur Eiriksson (8/5/2014)
August 9, 2014 at 2:41 pm
kherald69 (8/8/2014)
Since we are talking about birthdays, what if the person is over 100 years old? This logic...
August 8, 2014 at 2:31 pm
SQLRNNR (8/6/2014)
GilaMonster (8/6/2014)
Luis Cazares (8/6/2014)
Eirikur Eiriksson (8/6/2014)
benjamin.reyes (8/6/2014)
Eirikur Eiriksson (8/5/2014)
Grant Fritchey (8/5/2014)
Eirikur Eiriksson (8/5/2014)
August 7, 2014 at 12:17 am
Stefan Krzywicki (8/6/2014)
August 6, 2014 at 2:53 pm
Viewing 15 posts - 7,546 through 7,560 (of 8,760 total)