Viewing 15 posts - 3,076 through 3,090 (of 8,761 total)
BI_Dev (10/11/2016)
Is it possible to block all users from querying a table while it's being refreshed (truncate/insert into) by a maintenance job? I'm not a DBA but would like...
October 11, 2016 at 10:42 am
Quick question, do you have a POC (Partition, Order, Covering) index to satisfy the row_number?
😎
October 11, 2016 at 10:11 am
As mentioned before, check the parentheses, here is a suggestion
😎
SELECT
bi.ref
,st.design
,bi.qtt
,bi.qtt2
,st.fornecedor
,st.epcult
...
October 11, 2016 at 9:58 am
This is well documented on BOL: Using XML Data Types
😎
October 11, 2016 at 5:25 am
rajemessage 14195 (10/11/2016)
i get xml in following formate
select cast('<?xml version="1.0" encoding="utf-8"?>
<test>d</test>' as xml)
this formate works in sqlserver but following is not working what should i do.
select...
October 11, 2016 at 3:48 am
Hi, we will need more information, can you elaborate further?
😎
October 10, 2016 at 10:12 am
pnr8uk (10/10/2016)
I have a strange problem here which I can't quite get to the bottom of.
I have a file path in my table which reads like this:
\\cc0dware01\BMF\RMS\REBATERATES-WORKING-2016ToEnd08-20160905180112.csv
I only want...
October 10, 2016 at 2:05 am
eandre360 (10/9/2016)
Eirikur Eiriksson (10/9/2016)
Quick example, clean the string and stuff it with hyphens😎
Thanks Eirikur. Unfortunately, I won't be able to hardcode my. Need to figure out a way to either...
October 10, 2016 at 1:06 am
Ramdas Baghel (10/9/2016)
I was reviewing a execution plan which I found from procedure cache. I found all details except - How much time it took to complete query?
Is...
October 10, 2016 at 12:31 am
Who deleted the thread on stuffing overlapping intervals?
😎
October 9, 2016 at 1:48 pm
Quick example, clean the string and stuff it with hyphens
😎
USE TEEST;
GO
SET NOCOUNT ON;
;WITH SAMPLE_DATA AS
(
SELECT SD_ID, SD_STR FROM
(
...
October 9, 2016 at 1:44 pm
eandre360 (10/9/2016)
First time poster on this forum. I've recently been thrown into the world of SQL server, so my experience is limited to the last month or so. I believe...
October 9, 2016 at 8:30 am
farax_x (10/9/2016)
the result doesn't contain whole url:[p]
URL_STRING
-----------------
test https://telegram.me/hiberd_com hihihihihi
test https://telegram.me/joinchat/DigSjj6xZYsI_H2GRjtNQQ hihihihihi
hihihihihi http://telegram.me/ZOJ20/10236 hihihihihi
[/p]
It isn't nice to have one guessing what the requirements are when trying to...
October 9, 2016 at 7:07 am
farax_x (10/9/2016)
It has no result when url is not located in beginning of the line for example :
DECLARE @input NVARCHAR(max) = N'
test
test https://telegram.me/hiberd_com hihihihihi
hihihihihi
test https://telegram.me/joinchat/DigSjj6xZYsI_H2GRjtNQQ hihihihihi
hihihihihi
hihihihihi
hihihihihi http://telegram.me/ZOJ20/10236 hihihihihi
';
Any other additional...
October 9, 2016 at 5:13 am
Viewing 15 posts - 3,076 through 3,090 (of 8,761 total)