Viewing 15 posts - 6,346 through 6,360 (of 9,643 total)
Grant Fritchey (1/9/2009)
GilaMonster (1/9/2009)
Grant Fritchey (1/9/2009)
There's about 3 inches of completely frozen snow in my yard and another 4-6 inches of the fluffy crap on the way tomorrow night.BLECH!
It's been...
January 9, 2009 at 7:53 am
In your example, what do you want the final result to be in t1? Do you want 1 row for each project id? Then you need to decide...
January 8, 2009 at 10:44 pm
Can you work with the vendor to change the password on the application's login and then not allow anyone else to know the password? Then you could make the...
January 8, 2009 at 12:03 pm
Well, it is 2 stored procedures accessing the resources. You need to check that they are doing their access in the same order. Can you post the sp...
January 8, 2009 at 10:06 am
Yes, service packs often make changes to the tools as well.
January 8, 2009 at 9:57 am
The general recommendation for BLOB's in SQL Server is to only store them on the server is they are relatively small and you are dealing with larger files. For...
January 8, 2009 at 8:55 am
Are they domain admins or admins locally on the server? Are they connecting using Windows or SQL Authentication? Is Builtin\Administrators still allowed access to the SQL Server?
January 8, 2009 at 8:51 am
Are the tools up to the same service pack level as the server? Are you sure you have appropriate rights?
January 8, 2009 at 8:48 am
I think using cast or convert is your only option if you are just using SSMS. It is using whatever the data type is for your column, so you...
January 8, 2009 at 8:46 am
I think you can also do a dataset.tables().Rows or .RowCount = 0
January 8, 2009 at 8:41 am
I'll second Jonathan's request as that will help us see what each session is attempting to do. You may want to check out this blog post as well: ...
January 8, 2009 at 8:39 am
What are you using to display the results? What are the datatypes of the columns in the calculations? Can you post the query?
January 8, 2009 at 8:31 am
When you set up the counter log what was the Refresh Interval?
January 8, 2009 at 8:25 am
Is the data in SQL Server? If it is I don't think you need to use SSIS to do this. Try this:
Set DateFormat DMY
Declare @meterreadings table(Date datetime, meter1reading...
January 7, 2009 at 11:02 pm
Viewing 15 posts - 6,346 through 6,360 (of 9,643 total)