Viewing 15 posts - 31 through 45 (of 50 total)
Thanks for the reply Ramesh.
I'm having a hard time getting this to work. Here's what I'm attempting to do.
I've added the "User::DateTimeVar" variable to the package. Then I created a...
May 19, 2009 at 9:15 am
Jeff...Thank you so much! This works great.
BTW...I just started reading your post about the "Tally" table.
I am now officially on a quest to eliminate my cursors and loops. 🙂
May 2, 2009 at 8:03 pm
Thanks for the reply Lynn!
I'm trying to update the [TotalMonthlyBill] with the [Minimum] if the [Minimum] [Minimum]...I only want the results of (LastMonthsTotal * Price). Make sense?
If you...
May 2, 2009 at 7:17 pm
I've almost got it figured out. Here's what I came up with. Please note recordid 107...that's where I'm just not getting it.
DECLARE @recordid varchar(50), @sql2 varchar(1000)
DECLARE crs CURSOR FOR
SELECT...
May 2, 2009 at 5:33 pm
Thanks for the reply Gosta. Getting the proc to run is not the problem. Getting the proc to run under a SQL account that has very limited access is where...
April 16, 2009 at 10:28 am
I think I figured out what the problem is, but I still don't know how to fix it.
The error happens when trying to access a postgres server from within our...
April 15, 2009 at 2:12 pm
Jack Corbett (4/14/2009)
Can you use OpenQuery in SSMS? The first error looks like Ad...
April 14, 2009 at 1:12 pm
Yup...I stumbled on that site today in my search for a solution. That's where I got the idea for the original function.
Good news. I figured it out. Here's what I...
April 7, 2009 at 10:58 pm
Lowell, Thanks for the reply.
Let me clarify what I'm trying to do. I have a column that has a Timestamp (epoch unix timestamp) datatype. I need to create a function...
April 7, 2009 at 7:22 pm
I've been holding out on updating to sp3. What are the caveats to watch out for? My current setup is mirroring to stand by SQL 2005 server and replication to...
March 29, 2009 at 1:44 pm
I tried setting the SQL server max memory to 2.4GB and still used over 2.6GB. Everything was looking great, zero blocked processes and the CPU average was down from it's...
March 29, 2009 at 11:54 am
How about dynamically creating that same date format -2 days?
March 24, 2009 at 11:51 pm
I found an unlikely culprit...the Max Worker Threads. They were set to 2048 and as soon as put in the default of 0 and restarted SQL...the memory climbed to the...
March 18, 2009 at 8:00 pm
Sorry for the vague description of the issue. The SQL Server in question is using around 1.8GB of memory. The other two SQL Servers that have the /3GB switch enabled...
March 18, 2009 at 6:33 pm
Viewing 15 posts - 31 through 45 (of 50 total)