Viewing 15 posts - 19,816 through 19,830 (of 26,484 total)
You can also license SL Server per user, and then it doesn't matter how many processors the server has, just the number of users/devices that are accessing the data. ...
July 10, 2009 at 12:17 pm
I can't answer your last question, but with regard to licensing of SQL Server, it is based on physical processors (or sockets if you will).
If you have a dual-processor server...
July 10, 2009 at 12:14 pm
IE 7. I use IE 7 at home with no problems.
Personally, I think it has something to do with the our network or some piece of hardware used on...
July 10, 2009 at 11:51 am
Peso (7/10/2009)
Another 4 page rant over here
Perhaps we should take their approach, and ask Steve to close this thread as well. I do have to admit I liked reading...
July 10, 2009 at 11:46 am
I think it really depends on where you want to go career wise. Your choices offer different career paths, one being more system/network related the other Database-centric.
July 10, 2009 at 11:24 am
Why are you allowing users to write SQL directly against the database any way? Such access should be through an application or API (such as stored procedures).
July 10, 2009 at 11:16 am
josetur12 (7/10/2009)
Thank you, the function below worked..select stuff('PQ19188PFHAA',10,1,'')
Thanks again.
Thanks for the feedback.
July 10, 2009 at 11:13 am
LeeM (7/10/2009)
1. It does use more system resources than one instance: you have two sets of system databases including tempdb...
July 10, 2009 at 11:09 am
How about posting the code you are working with and the table structure of your logging table. A little hard to provide good advice when we are basically shooting...
July 10, 2009 at 11:03 am
Lowell (7/10/2009)
here's one way to do it; here i'm assuming the column is...
July 10, 2009 at 10:51 am
ps (7/10/2009)
Use replace function.select replace ('PQ19188PFAA','H','')
Possibly, but the original request actually asked how to remove the 10th character. What if the character to be removed from the 10th position...
July 10, 2009 at 10:46 am
Look up the STUFF function in BOL (Books Online, the SQL Server Help System). Based on the description of your problem, this is just what you need.
select stuff('PQ19188PFHAA',10,1,'')
July 10, 2009 at 10:44 am
Actually, Jack, I should have been more specific. I'd still have a regularly scheduled t-log backup process running. The Alert would just run that job outside its normal...
July 10, 2009 at 10:41 am
I see someone has already shown a method, but I still want to post my code (as attachment to avoid frustration on my part).
Please pay close attention to the setup...
July 10, 2009 at 10:24 am
Viewing 15 posts - 19,816 through 19,830 (of 26,484 total)