Viewing 15 posts - 1,216 through 1,230 (of 1,988 total)
Inside those views are they maybe referencing things with schema specified, ie SELECT <columns> FROM dbo.TABLE in the views in both schemas?
December 8, 2016 at 11:03 am
The general approach we use is to have some kind of script that will check for your file and wait a certain amount of time for a file with a...
December 8, 2016 at 10:25 am
A network admin shouldn't be telling you who you can or cannot create databases for, that is by definition your job as a DBA.
December 8, 2016 at 8:38 am
Don't bother trying to fight with a power hungry network admin. Make it known immediately to your supervisor that you are unable to do your job in an effective...
December 8, 2016 at 7:53 am
The logic shouldn't be too complicated add your normal filter in the where clause for the start and end dates which it sounds like you already have then add another...
December 7, 2016 at 8:43 am
Wait do you mean this is an instance of SQL Server installed on your personal PC that you are trying to run this against?
My guess would be that the network...
December 6, 2016 at 8:44 am
I tend to just let the system run and do it's thing, when a necessary change becomes required or something catastrophically breaks then it's time to give an accurate(usually long)...
December 6, 2016 at 8:25 am
Stuart Davies (12/2/2016)
Ed Wagner (12/2/2016)
Kaye Cahs (12/2/2016)
crookj (12/2/2016)
aPed001 (12/2/2016)
ConquerOvercome
Surpass
Win
Victor
Doom
December 2, 2016 at 7:52 am
Are you sure that's the value that's actually throwing the error?
December 1, 2016 at 4:32 pm
Eric M Russell (12/1/2016)
December 1, 2016 at 12:50 pm
In SQL Server functions always return some kind of value, whether that's a single value or table, there's isn't a concept of void functions in SQL Server that just do...
December 1, 2016 at 11:27 am
Well you can always look at who has open sessions on the server and close any that look like they don't belong that would remove the temp table if you...
December 1, 2016 at 10:09 am
Revenant (11/30/2016)
aPed001 (11/30/2016)
ConstitutionConstellation
Pelt
November 30, 2016 at 10:13 am
Steve Jones - SSC Editor (11/29/2016)
ZZartin (11/29/2016)
What about cases where you don't necessarily want to sync up the tables exactly, there's advantages to having a simple make tables match kind...
November 30, 2016 at 7:56 am
Steve Jones - SSC Editor (11/29/2016)
Nelson Petersen (11/29/2016)
create table test9 (c1 number, c2 number, c3...
November 29, 2016 at 3:16 pm
Viewing 15 posts - 1,216 through 1,230 (of 1,988 total)