Viewing 15 posts - 3,106 through 3,120 (of 15,381 total)
Jeff Moden (3/24/2015)
dallas13 (3/24/2015)
March 24, 2015 at 1:21 pm
dallas13 (3/24/2015)
Hi... How do I attach a screenshot in my question? When I clicked on image--->but how do I insert there? I dont want to make attachment.
When you...
March 24, 2015 at 12:54 pm
Hi and welcome to the forums. In order to help we will need a few things:
1. Sample DDL in the form of CREATE TABLE statements
2. Sample data in the form...
March 24, 2015 at 8:38 am
Welsh Corgi (3/19/2015)
I'm using Visio 2013.
I greated programming flowcharts, workflows but I never created one for Servers.
I found the shape for a Server but I could not find where you...
March 20, 2015 at 7:07 am
Jeff Moden (3/19/2015)
Sean Lange (3/19/2015)
Jeff Moden (3/19/2015)
Sean Lange (3/19/2015)
Nuhamovici (3/19/2015)
Can you share the code that does this? Calling sp_who from within a function?
Why? What could you possibly gain from calling...
March 20, 2015 at 6:58 am
Lowell (3/19/2015)
ZZartin (3/19/2015)
Trying to rely on...
March 19, 2015 at 3:40 pm
Luis Cazares (3/19/2015)
Would this be a valid URL http://www.thisisaninvalidurl.com? It has the correct format but won't get...
March 19, 2015 at 3:39 pm
Welsh Corgi (3/19/2015)
A Visio Diagram with Server Shapes a blue line or pipe that identifies the network they are on.
Ahh you want a Visio shape library for servers. That will...
March 19, 2015 at 3:07 pm
rash3554 (3/19/2015)
I have several URLS in a table that look like this
This is the SQL I wrote
select * from dbo.URLTable where url not like '%[^a-zA-Z0-9]%.[a-z][a-z]%'
but...
March 19, 2015 at 3:06 pm
Welsh Corgi (3/19/2015)
opps. :blush: I was in a meeting.A Network Visio Diagram for Servers. In this case it is limted to Databaes.
heh no problem. I am not sure what...
March 19, 2015 at 2:48 pm
Welsh Corgi (3/19/2015)
Does anyone have a good template for Visio Database Servers?
What is a Visio Database Server?
March 19, 2015 at 2:23 pm
You really should just ask your entire question the first time instead of getting one response and then creating a new thread for the same thing.
http://www.sqlservercentral.com/Forums/Topic1670024-391-1.aspx
March 19, 2015 at 2:22 pm
Alan.B (3/19/2015)
These problems are fun. If the data format is always the same (##/##/####) you could also do this:
DECLARE @TestString VARCHAR(50)SET @TestString = 'LastName, FirstName (DOB: 01/01/1900)'
SELECT SUBSTRING(@TestString, PATINDEX('%[0-1][1-9]/%', @TestString),10);
I...
March 19, 2015 at 1:36 pm
Jeff Moden (3/19/2015)
Sean Lange (3/19/2015)
Nuhamovici (3/19/2015)
Can you share the code that does this? Calling sp_who from within a function?
Why? What could you possibly gain from calling a stored proc from...
March 19, 2015 at 9:40 am
TracyLamb0902 (3/19/2015)
March 19, 2015 at 9:37 am
Viewing 15 posts - 3,106 through 3,120 (of 15,381 total)