Viewing 15 posts - 3,526 through 3,540 (of 3,738 total)
Mr Young,
Thank you for setting me straight. 🙂
I appreciate & respect your input.
If you think of any instructional articles and if you get an chance I would appreciate if you...
February 21, 2010 at 2:33 am
Sorry about that. I did not realize that they were not clickable
Thanks for letting me know and for all of your contributions to this forum.
February 20, 2010 at 11:31 pm
What is the definition of the Change Column; what does it mean & how can it be derived, i.e what is the formula for determining the Change column or is...
February 20, 2010 at 9:14 pm
The following articles describe how to create a Database using Powershell:
http://arcware.net/creating-a-sql-server-database-from-powershell/
http://sqlblog.com/blogs/allen_white/archive/2008/04/28/create-database-from-powershell.aspx
February 20, 2010 at 8:13 pm
I believe that this is what you are asking.
Replace [YOUR TABLE NAME] with the name of the table.
SELECT Date, [Close change]
FROM [YOUR TABLE NAME]
ORDER BY [Close change] DESC
February 20, 2010 at 8:10 pm
I hope that the following links are helpful to you:
http://msdn.microsoft.com/en-us/library/ms177461.aspx
http://msdn.microsoft.com/en-us/library/ms177461.aspx
For SQL Server 2000 osql -- sqlcmd utility introduced in SQL Server 2005
http://www.sqlservercentral.com/articles/Administration/failed_jobs/803/
February 20, 2010 at 8:01 pm
I have only used Lightspeed.
I was not sure what meant by:
but a light setting on a server that was used constantly and we didn't want the CPU hit from the...
February 20, 2010 at 11:14 am
How does SQL Server 2008 Backup Compression perform compared to Litespeed & Redgate's product?
February 20, 2010 at 9:30 am
I apologize for not taking the time as Paul did to fully explain the implications concerning the use of a Text Field.
February 20, 2010 at 9:24 am
You are right, it does not work.
You can create a view, preferably an Indexed View if the table is large.
I tried to find out why Access is limited but I...
February 19, 2010 at 6:00 pm
No this is not allowed on a Text Data Type.
Try it...
February 19, 2010 at 5:51 pm
Did it ever work?
If so when did it stop working?
You may want to start from scratch.
Respectfully, do you have any documentation on the setup, configuration & troubleshooting of an SSRS...
February 19, 2010 at 4:39 pm
How did you configure SSRS using the Configuration Manager Tool (rscong.exe)?
What did you do when you used the rskeymgtmt.exe encryption tool?
What options did you select when you ran the rs.exe...
February 19, 2010 at 3:04 pm
Are you logging on as the Service Account when you log in?
February 19, 2010 at 2:43 pm
That is really wierd. The database is in use and it would appear that the operation that your are attempting to perform requires Exclusive Access.
Exclusive access could not be obtained...
February 19, 2010 at 12:24 pm
Viewing 15 posts - 3,526 through 3,540 (of 3,738 total)