Viewing 15 posts - 16 through 30 (of 117 total)
Hi everybody
Thanks for taking the time to answer the question and for your feedback.
I'd like to explain the reasoning behind this question. There were several things that I wanted to...
September 27, 2011 at 5:19 am
Knowledge Hunter (8/23/2011)
For deleting the data we need to search the data using a where clause on last modified date. Isn't...
August 23, 2011 at 4:33 am
Are both databases on identically specced servers?
Do both databases have identical storage systems?
Are both databases using the same edition of SQL Server?
Are both servers under a similar load....
August 22, 2011 at 10:15 am
I can attest to this. There are a lot of mediocre candidates out there that I wouldn't let near an Access database, let alone SQL Server. I suppose this is...
August 22, 2011 at 6:18 am
xxxxxxxxxxx (8/22/2011)
really didnt wanna post under my name oooops!!!!!!is there any way to delete that ?
You can change your nickname in Control Panel --> Registration Details.
August 22, 2011 at 5:12 am
WHERE PORT_CD = 'BEZEE'
AND ARRIVAL_SCHEDULE_DT < = dateadd(mm, 3, getdate()
August 3, 2011 at 3:49 am
Hi Steve
I'm going to have to pass on this. Workload means I don't currently have time to write an article that adds any value compared to what is already out...
July 29, 2011 at 9:08 am
lbohm 63578 (7/6/2011)
I commonly write stored procs that handle add/edits to a single table. If the ID value passed in is zero, then it adds the record to the table....
July 6, 2011 at 7:13 am
You can't parameterise a schema as such.You need to create a dynamic sql string and execute that.
June 22, 2011 at 5:16 am
Perhaps your server is under a heavier load in the morning.
Perhaps it hasn't woken up properly...
June 8, 2011 at 4:33 am
If its a Windows app, how about the following which is standard practice:
Set up a windows group and give this permission to your database. In turn you can add users...
May 12, 2011 at 1:07 pm
GilaMonster (4/18/2011)
London's calling....(and my bank account is crying)
I would love to attend that. Hopefully they will do the event in London next year when i'll be on a sql server...
April 19, 2011 at 1:35 pm
Visual studio express is free and has most of the things that you need to create a prototype. There is also 'lightswitch'. This is very new and is possibly Microsoft...
April 18, 2011 at 1:09 pm
CirquedeSQLeil (4/13/2011)
How many of you would walk out on a job without completing it (as a contractor/consultant) - if you were getting paid?
As with most SQL questions - it depends...
April 13, 2011 at 9:29 am
I hate to say this but 'it depends'. For an oltp system you would want less indexes - but enough to give you acceptable performance. For a reporting system which...
March 23, 2011 at 2:47 pm
Viewing 15 posts - 16 through 30 (of 117 total)