Viewing 15 posts - 6,331 through 6,345 (of 18,926 total)
As a general rule (with exceptions), you are able to use the new t-sql functions even for lower compatibility levels.
It's the engine that needs to understand the query, not the...
May 9, 2011 at 10:38 am
Lowell (5/9/2011)
Ninja's_RGR'us (5/9/2011)
bg.FlagDate as EnteredDate,Missing the comma at the end of the line.
I think Lowell's having issues with that today :hehe:.
man that's for sure; i im flubbing up syntax...
May 9, 2011 at 10:36 am
Lowell (5/9/2011)
the ROW_NUMBER function was introduced in 2005, so i assumed...
May 9, 2011 at 10:35 am
bg.FlagDate as EnteredDate,
Missing the comma at the end of the line.
I think Lowell's having issues with that today :hehe:.
May 9, 2011 at 10:29 am
EXEC('USE [DatabaseOne]; DROP STATISTICS [dbo].[TableOne].[StatisticOne]')
May 9, 2011 at 10:25 am
Possible. Have you tried closing IE and opening again? That would take care of the session issue.
May 9, 2011 at 10:02 am
Michael Valentine Jones (5/9/2011)
create table myTable
(
ColumnA uniqueidentifier not null DEFAULT...
May 9, 2011 at 10:01 am
Awesome advice.
The challenge here is this is a CRM application. And we're building plugins in that CRM (MS dynamics CRM). That means that we both create new tables...
May 9, 2011 at 9:44 am
GilaMonster (5/9/2011)
Ninja's_RGR'us (5/9/2011)
Ok, so I gather by your complete lack of answer about the FF that I should ignore that option completely even if all the guids are indexes?
No, but...
May 9, 2011 at 9:25 am
Ok, so I gather by your complete lack of answer about the FF that I should ignore that option completely even if all the guids are indexed?
May 9, 2011 at 9:03 am
Grant as suggested powershell and I assume you can do that there.
I've suggested create job on the fly and start job (always async). Won't matter how many dbs because...
May 9, 2011 at 9:01 am
What is > '4ixfea55rytq2nzmekuussm3' ?
May 9, 2011 at 8:57 am
GilaMonster (5/9/2011)
There's little wrong with a GUID for a primary key, providing the clustered index is somewhere else.Can you make the pk nonclustered and put the cluster somewhere more suitable?
That's...
May 9, 2011 at 8:56 am
You need to get the real error. We can't help you with that.
The only "obvious" possibility is that you have different permissions between the users in each environement.
Or maybe...
May 9, 2011 at 8:38 am
No need, just run the script and setup the job to run daily.
I can send you my "tweaked" parameters if you want but I'm not sure you need them.
May 9, 2011 at 8:32 am
Viewing 15 posts - 6,331 through 6,345 (of 18,926 total)