Viewing 15 posts - 961 through 975 (of 1,640 total)
SQLKnowItAll (4/23/2012)
April 23, 2012 at 1:15 pm
Thank you, but my questions still not being answered.
I read the article, and I do have that link in my post too.
The article says the report is upgraded, but not...
April 20, 2012 at 1:19 pm
Thanks all, I am not an English native speaker, sometimes it is hard to find a word that is vividly describe what I want.
This helps a lot.
April 18, 2012 at 11:06 am
As you told, I reset max memory, I have not seen theat error since yesterday, hopefully it will last.
Thanks,
Any one knows if spatial data load use a lot of memory,...
April 18, 2012 at 10:34 am
Thanks, now I remove the where clause, it works.
The processID should take care of those.
And I learned too, in the future to post more about DDLs.
Thanks all.
April 17, 2012 at 1:53 pm
This is hard for me too everytime to post on T-SQL forum, try to make it simple to get some hint, and not post all complicated table structures and...
April 17, 2012 at 1:25 pm
SQLKnowItAll (4/17/2012)
ALTER TABLE [dbo].[batSchoolRangeProgramResult] WITH CHECK ADD CONSTRAINT [FK_batSchoolRangeProgramResult_appSchoolRangeProgramSnapshot] FOREIGN KEY([ProcessID], [SchoolYear], [SchoolID], [RangeCd], [ProgramID])
REFERENCES [dbo].[appSchoolRangeProgramSnapshot] ([ProcessID], [SchoolYear], [SchoolID], [RangeCd], [ProgramID])
So the constraint is on batSchoolRangeProgramResult and...
April 17, 2012 at 1:08 pm
I specifically pay attention to the order. So I delete from the child first, then parent table.
But I still get the error, I also tried to reverse the order, I...
April 17, 2012 at 11:14 am
might be what the op is looking for, the op may also be designing a back end SP that only certian users use. i have several SP's that only...
April 17, 2012 at 9:35 am
Thank you, I will read it.
By the way, I see in microsoft site:
http://msdn.microsoft.com/en-us/library/ms178067(v=sql.100).aspx
Server Memory Options
It says:
Allowing SQL Server to use memory dynamically is recommended; however, you can set...
April 16, 2012 at 10:45 am
I just did a dbcc checkdb for one of the readonly archived db, it takes about 8 minutes. we have about 60 archived database, so 6 hours may make sense.
The...
April 15, 2012 at 6:10 pm
Yes, this is very very helpful.
It is a good start, we will soon have a meeting to talk about how to do the process.
I will come to update more if...
April 12, 2012 at 7:43 pm
Thanks, our company doesn't allow automatic update on some of our application servers that hosts some in house developed applications, which include web server, application server and database server.
So it...
April 12, 2012 at 4:30 pm
Viewing 15 posts - 961 through 975 (of 1,640 total)