Viewing 15 posts - 241 through 255 (of 391 total)
If I'm seeing the 'Logical name' ATCB come up instead of CPCE (the expected logical name) do I have something set incorrectly on my backup process and how can this...
January 30, 2018 at 11:19 am
January 29, 2018 at 12:51 pm
What is the definition of dbo_school?
Check its properties and see which server/database/table (or view) it...
January 29, 2018 at 11:15 am
January 29, 2018 at 10:05 am
September 5, 2017 at 8:13 am
September 5, 2017 at 7:49 am
September 1, 2017 at 9:32 am
I ran this command with no errors:
restore filelistonly from disk = 'C:\DATABASES\ACS_DB_backup_201709010016.bak'
Which gave me a physical path of D:\Databases\Data\ACS_DB_Data.MDF and D:\Databases\Data\ACS_DB_Log.LDF
But this fails:
RESTORE DATABASE...
September 1, 2017 at 8:07 am
I'm reviewing the drive structure. I do get an error that WITH MOVE is not a restore option.
August 31, 2017 at 5:46 am
August 28, 2017 at 6:46 am
It isn't pretty but this is working fine... hopefully this will help someone:USE [BCC_DB]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE VIEW [dbo].[UserLogViewByDB_withStates]
May 18, 2017 at 11:22 am
Note that I had the when 'AR' then 6
on those when I meant when 6 then 'AR'
but hope you get the picture.
May 18, 2017 at 9:48 am
One way I might be able to do this avoiding a join would be to place some type of case block in this:[stateID] = CASE [State...
May 18, 2017 at 9:36 am
February 7, 2017 at 10:22 am
Viewing 15 posts - 241 through 255 (of 391 total)