Viewing 15 posts - 5,671 through 5,685 (of 8,753 total)
Brandie Tarvin (4/10/2015)
Grant Fritchey (4/10/2015)
Is everyone OK? Are people ill or something? Because this just happened and it has me concerned:
Not that I've ever been that high, but I'm putting...
April 10, 2015 at 12:39 pm
Grant Fritchey (4/10/2015)
Brandie Tarvin (4/10/2015)
Grant Fritchey (4/10/2015)
Is everyone OK? Are people ill or something? Because this just happened and it has me concerned:
Not that I've ever been that high, but...
April 10, 2015 at 12:35 pm
GilaMonster (4/10/2015)
I love finding out that I'm giving a training course from the newsletter sent out the the entire company.
Especially when it's pushed forward to the day of the publication,...
April 10, 2015 at 7:08 am
maurer.martina (4/10/2015)
Example-Statement: delete from mytable
allowed characters between "delete" and "from" and "myTable" are only blanks, right?
If I erase the blanks in the definition, there must...
April 10, 2015 at 7:00 am
yusufm 48726 (4/10/2015)
I am trying to create a report from view and I am stuck on dates and Value.
I have got scenario like
Date ...
April 10, 2015 at 6:41 am
dlsilsbury 63952 (4/10/2015)
I'm new to the forums. So Hello, hello.
Quick question! Is this syntax valid?
"FOR XML AUTO, RAW"
I can't see that it is but I'm due to take my 70-461...
April 10, 2015 at 6:27 am
vipin_jha123 (4/10/2015)
Hi,I want below Output from above command
insert into staging_temp_1
select dbo.fnGetFirstOcurrences(col001, 'Β―',@Columns),LoadDate from staging_temp
Escaping the quotation marks produces the correct output
π
INSERT INTO dbo.Staging_Temp_1 fnGetFirstOcurrences(col001, 'Β―',@Columns),LoadDate...
April 10, 2015 at 4:04 am
vipin_jha123 (4/10/2015)
I am getting error in my below sql statement
Declare @sqlquery varchar(max)
Set @sqlquery='INSERT INTO dbo.Staging_Temp_1 fnGetFirstOcurrences(col001, 'Β―',@Columns),LoadDate FROM dbo.Staging_Temp'
Select @sqlquery
error:-
Msg 102, Level 15, State 1, Line 11
Incorrect syntax...
April 10, 2015 at 3:55 am
Try this
π
SELECT
OBJECT_NAME(ASM.object_id) AS OBJ_NAME
,OBJECT_SCHEMA_NAME(ASM.object_id) AS OBJ_SCHEMA_NAME
,CASE WHEN ASM.definition LIKE N'%UPDATE%' ...
April 10, 2015 at 3:53 am
Slightly different approach, only scans each table once
π
USE tempdb;
GO
SET NOCOUNT ON;
declare @vehicle table(id int, vehiclemake varchar(10), vehiclemodel varchar(10));
declare @vehicleclass table(id int, vehiclemake varchar(10), vehiclemodel varchar(10), classtype varchar(1));
insert into @vehicle values
...
April 10, 2015 at 1:38 am
Thanks Steve!
π
BTW, the leading "#" is included in the count, BOL does not mention that.
April 10, 2015 at 1:00 am
Jeff Moden (4/9/2015)
Eirikur Eiriksson (4/9/2015)
tcronin 95651 (4/9/2015)
April 9, 2015 at 2:04 pm
Sigerson (4/9/2015)
ZZartin (4/3/2015)
Quick question Grant, how many times have you seen systems/processes fail on the 13th of the month? I can count a good handful.
In my last job I managed...
April 9, 2015 at 1:58 pm
Sean Lange (4/9/2015)
April 9, 2015 at 1:53 pm
Ed Wagner (4/9/2015)
Eirikur Eiriksson (4/9/2015)
Ed Wagner (4/9/2015)
Eirikur Eiriksson (4/9/2015)
TomThomson (4/9/2015)
Ed Wagner (4/9/2015)
SQLRNNR (4/9/2015)
@##$@&*&%#@WTF
WOE
TBA
TLA (three-letter acronym)
MAA (Mother of All Acronyms)
MMA (Mixed Martial Arts)
MMM (Many Mountains Moving)
April 9, 2015 at 1:40 pm
Viewing 15 posts - 5,671 through 5,685 (of 8,753 total)