Viewing 15 posts - 31 through 45 (of 48 total)
thank you both for your replies 🙂 to clarify I want is to return rows that only contain the letters/characters outside of A through G and outside of 1234567890
so...
May 12, 2015 at 4:18 am
Yes person_id is unique , role_id is not
April 10, 2015 at 8:29 am
so the only way to validate either of them would be no harm testing etc rather than if the majority of queries use both fields , but some use either...
April 10, 2015 at 8:00 am
One question, why does it return NULL for the boundary_id for the final partition ? I understand why the boundary_value is NULL but the ID ..not quite sure !
March 13, 2015 at 10:24 am
thats brilliant thank you Sir !
March 13, 2015 at 9:56 am
Hey Jeff
takes 4 minutes amd returns 555 rows
thanks simon
January 26, 2015 at 3:11 am
Hey Jeff
thanks for the input
as far as I was concerned the updated flag was a poor choice but the only one I had, the updated data isnt visually...
January 23, 2015 at 3:04 pm
thanks Gianluca much appreciated 🙂
January 23, 2015 at 9:21 am
thank you all for your replies and examples... really appreciated
~simon
August 27, 2014 at 3:55 am
sorry not familiar with the phrase "go down to the basement" ?
anyway yes sure this was an example string
declare @p2 varchar(10) set @p2=NULL exec sp_proc @Code='TF',@TypeCode=@p2 output select @p2
thanks...
August 26, 2014 at 4:17 am
sure here goes
also its still including duplicates 🙁
spidwaitresourcetypblockedlastwaittypelogin_timeopen_trancmdblock_level
57RID: 11:1:2937:8Blocking54LCK_M_U2014-03-07 11:27:34.1972UPDATE2
57RID: 11:1:2937:8Blocked54LCK_M_U2014-03-07 11:27:34.1972UPDATE2
CREATE TABLE [dbo].[Blocking_Detail2](
[spid] [int] NOT NULL,
[waitresource] [varchar](512) NULL,
[typ] [varchar](20) NULL,
[blocked] [int] NULL,
[lastwaittype] [nchar](32) NULL,
[login_time] [datetime] NULL,
[open_tran] [smallint] NULL,
[cmd]...
March 10, 2014 at 11:38 am
thanks jack ...the only problem is it takes 1 hr 15 mins to run on just a 1000 records !!
March 10, 2014 at 8:20 am
thank you both much appreciated
March 7, 2014 at 7:57 am
MyDoggieJessie (3/6/2014)
This would be specific to your environment, your databases, size, volume of data being moved around, etc.
At our shop, I typically look for anything over 250,000 reads. ...
March 7, 2014 at 2:31 am
not sure if forum ettiquette on here allows but bumping this thread as still in need of an answer
many thanks
simon
February 24, 2014 at 9:46 am
Viewing 15 posts - 31 through 45 (of 48 total)