Viewing 13 posts - 1 through 13 (of 13 total)
HP EliteBook 8540w
Win 7 x64
8 GB RAM
120 GB SSD
My only gripe is that it is a bit heavy.
October 29, 2010 at 11:41 am
edit: blah I can't read, sorry about that...
October 22, 2010 at 7:40 am
I have been here a couple years now so I almost take it for granted but:
Free drinks (coffee, tea, cokes,oj, apple juice)
Free lunch (1 day a week hot lunch and...
October 21, 2010 at 8:45 am
Maybe regular expressions?
here is a link to a codeplex project which may help get you started.
http://www.codeproject.com/KB/database/SqlRegularExpressions.aspx
It may be more work though....
October 21, 2010 at 8:27 am
nice question, thanks!
Answering these is becoming a daily habit for me now.
October 21, 2010 at 8:18 am
If you are using SQL 2005 or above this should work.
NOTE: depending on how wide your rows are it might be necessary to tweak the amount deleted per iteration.
WHILE 1=1
...
October 15, 2010 at 1:19 pm
If you put in the time SQL Nexus can provide alot of information.
October 15, 2010 at 12:32 pm
Are ad hoc queries enabled?
October 15, 2010 at 8:32 am
you may want to look at: http://www.brentozar.com/
Under SQL Server articles he has some on virtualization. Also, if you search his blog I believe there are additional posts/videos on the topic.
October 14, 2010 at 9:00 am
Is the error happening when you connect with a SQL login, windows authentication, or both?
If the SQL login works and the windows authentication doesn't you can try enabling named pipes...
October 14, 2010 at 7:42 am
if I understand what you are asking, I don't think openquery can use variables. In the past I have had to build out the statements dynamically.
DECLARE @QryString as nVarchar(MAX)
SET...
October 13, 2010 at 3:45 pm
Viewing 13 posts - 1 through 13 (of 13 total)