Viewing 15 posts - 3,961 through 3,975 (of 26,490 total)
shezi (4/13/2016)
April 13, 2016 at 4:45 pm
Eric M Russell (4/13/2016)
below86 (4/13/2016)
April 13, 2016 at 11:42 am
I would love to go, but I am pretty sure that would have to be on my dime. I don't the company would pay for me to fly to...
April 12, 2016 at 4:50 pm
Just my opinion, but if the backup system you are using doesn't quite the database before doing the snapshot, you aren't guaranteed to get a reliable backup.
Running SQL backups using...
April 12, 2016 at 4:47 pm
I am glad you resolved your problem, but it doesn't answer the question.
Run the following code, there are no issues:
declare @StartDate datetime = '2016-01-01 13:00:00.000';
declare @StartDateN nvarchar(30);
set @StartDateN = convert(nvarchar(30),@StartDate,121);
select...
April 12, 2016 at 4:17 pm
richjlamb (4/12/2016)
April 12, 2016 at 3:51 pm
Okay, can you recreate the problem in an empty database with a subset of the data?
April 12, 2016 at 3:04 pm
arbra.strong (4/11/2016)
Lynn Pettis (4/11/2016)
Is there a procedure named GO?
No....I am able to put GO after the select statement and it runs with no errors. It is only when it...
April 11, 2016 at 11:07 pm
Is there a procedure named GO?
April 11, 2016 at 2:52 pm
tindog (4/11/2016)
TomThomson (4/8/2016)
Lynn Pettis (4/8/2016)
Making it easier for others:
I don't know how accurate it is for the USA, because I've never tried to live there - and short visits don't...
April 11, 2016 at 10:49 am
That's ridiculous. A person claims to "brain dead" and (actually said bread dead) can't read an article so asks for an example when the article itself has an example....
April 8, 2016 at 2:59 pm
From a quick Google search RDM (Raw Disk Mode) is a method of configuring disks on VM server. SSDs are solid state drives and are used to replace standard...
April 8, 2016 at 11:36 am
Peter Schott (4/8/2016)
Rod at work (4/8/2016)Is housing prices not super high like they are in San Francisco?
I'm not sure housing prices as in San Francisco are like _anywhere_ else in...
April 8, 2016 at 9:44 am
Here is the view definition reformatted. If I didn't know better I'd swear this is XML. Would XML shredding be better?
CREATE VIEW [dbo].[vw_aspnet_UserProfiles]
AS
SELECT
P.UserId,
...
April 7, 2016 at 3:57 pm
Viewing 15 posts - 3,961 through 3,975 (of 26,490 total)