Viewing 15 posts - 31 through 45 (of 1,553 total)
I don't know if this is an issue or not, but the example select is incorrectly written.
It specifies a LEFT JOIN, but since all the R.column filters are placed in...
May 30, 2008 at 5:13 am
Here's a way you can do it.
If I understand the question correctly, you want to strip out each letter that corresponds to each day in a month (like october).
This...
May 29, 2008 at 8:51 am
So this is your original data:
The' Big -- Blue Fox 'Jumped Over the fen'ce but couldn't
Turn off quoted identifer and add a double quote at the beginning and end works...
May 29, 2008 at 1:37 am
For 2005 the recommendation is to use sys.dm_os_performance_counters instead of the old sysperfinfo.
sys.dm_os_performance_counters requires VIEW SERVER STATE permission.
/Kenneth
May 21, 2008 at 7:28 am
What are you trying to determine?
If the agent is currently executing a job, or if the service itself is running?
/Kenneth
May 21, 2008 at 7:24 am
To make this as easy as possible for development, managing, maintenance, changes etc, and to insure the highest chance of success for this 'project' - Yes. Go for separate db's...
May 12, 2008 at 1:09 am
Well, there may be more problems down this path than perhaps is apparent.
What you're looking at is extensive use of dynamic SQL. This is a real Pandoras Box.
In order to...
May 9, 2008 at 7:44 am
Maybe a silly question, but why on earth does schema need to be an input parameter?
This is exactly the same as saying the table name must be an input parameter..
..or...
May 9, 2008 at 5:54 am
There's always a readme-file that goes with every hotfix / sp.
It's suggested to always read those, and it will be clearly stated in there if and how any given fix/sp...
April 22, 2008 at 8:18 am
This is a subject far to great for a single post on a forum.
I suggest you start from square one, and read this book:
http://www.amazon.com/Handbook-Relational-Database-Candace-Fleming/dp/0201114348
...that will provide the groundwork...
April 9, 2008 at 3:18 am
Not exactly. It's not entirely correct.
This is because the full name of a database is servername.dbname
Even when you have two instances installed on the same server, the servername part is...
April 9, 2008 at 1:50 am
Ambuj Mathur (4/8/2008)
April 8, 2008 at 8:49 am
As long as you can throw enough hardware (resources) at just about anything, mostly things are fine from that perspective. (assuming coding is proper as well)
As I said, it depends...
April 8, 2008 at 8:42 am
I'd say stick to dbo as the owner, for making things much simpler.
Users vs groups is pretty much an administration issue.
Mostly it's easier to just set a group of permissions...
April 8, 2008 at 8:34 am
Agreed.
There seems to be nothing wrong with your DatabaseMail. It works just fine.
Any issues with mails not being recieved or such, is something with the SMTP server you're using.
/Kenneth
April 8, 2008 at 7:14 am
Viewing 15 posts - 31 through 45 (of 1,553 total)