Viewing 15 posts - 6,181 through 6,195 (of 9,643 total)
Lynn Pettis (1/21/2009)
GSquared (1/21/2009)
What's up with the grapes table that only has a priority column? What does that have to do...
January 21, 2009 at 11:19 am
You need to reference the SQL Server as Server\Instance,Port I believe.
January 21, 2009 at 8:47 am
I don't know of anyway to query this data. You would need to setup a server-side trace and let it run to see what tables have been accessed in...
January 21, 2009 at 7:55 am
Sure you can do this. You would put an expression in the color property (if you want the text to change colors) or the background color property for the...
January 21, 2009 at 7:33 am
Are you using Operators? You can define a pager address in the operator and set the hours you want the pager to be paged.
January 21, 2009 at 7:17 am
You can also check out the articles in Steve's Tame Those Strings series. Here's a search link for them:
January 21, 2009 at 7:11 am
With SQL Server 2005 and above there are password policies available fro SQL logins and one of the options is that the user must change password on next login and...
January 20, 2009 at 2:40 pm
Okay, the first thing is you are not changing the query timeout in the connection string and believe by default that is 30 seconds. Of course most processed on...
January 20, 2009 at 6:44 am
You would use the Execute SQL Task in SSIS. You can either write the query there or create a stored procedure that you call from the Execute SQL Task...
January 20, 2009 at 6:35 am
Yes, WHERE EXISTS/NOT EXISTS can perform slightly better. Until recently I was more comfortable reading the LEFT JOIN syntax, and in this case both will work, one, IMO, the...
January 20, 2009 at 6:27 am
I'd start by including it with my system database backups with the addition of some log backups. Then I'd monitor log growth and adjust my log backups as needed.
January 20, 2009 at 12:13 am
Any chance we might see some code?
January 20, 2009 at 12:05 am
I'm assuming you are using SQL Reporting Services. If that is correct then, yes, you can use the selection from query 1 to populate the parameter for query 2....
January 20, 2009 at 12:00 am
I agree with Jeff. The only time you may want to disable a trigger is when you are doing a mass load/update/delete that does not have to be covered...
January 19, 2009 at 11:51 pm
Viewing 15 posts - 6,181 through 6,195 (of 9,643 total)