Viewing 15 posts - 1,306 through 1,320 (of 1,539 total)
All your queries on how to play with excel and sql server (including linked servers) should be answered in this excellent article by Phil Factor and Robyn Page.
http://www.simple-talk.com/sql/t-sql-programming/sql-server-excel-workbench/
January 3, 2009 at 12:06 am
Create a job, a job step (command to fire ur SP), and schedule it.
January 3, 2009 at 12:00 am
davidron_143 (1/2/2009)
(some lakhs of transactions/milli sec will be going on).Data loss has to be minimized to the possible extent/ should be eliminated.performance is a criteria.
Thats too...
January 2, 2009 at 11:34 pm
Hmmm.. Seems builtin\administrators have sysadmin role on your server.
January 2, 2009 at 11:09 pm
opps!! i overlooked the forum (its sql 2000) and the links i mentioend contains reference to sql 2005...
THis site contains a workaround on this for both sqlk 2000 and sql...
January 2, 2009 at 9:45 pm
Raul Garcia's blog contains an excellant article on this.
January 2, 2009 at 9:39 pm
Can you also post the table structure with sample data and the error you're getting.
This site should help you in posting the required solution.
http://www.sqlservercentral.com/articles/Best+Practices/61537/
January 2, 2009 at 9:14 pm
am (1/2/2009)
this statement will error out since you cannot pass function in the update statement. Is there anyway to accomplish this.
Why cant i use function with UPDATE?
I tested that statement...
January 2, 2009 at 9:02 pm
am (1/2/2009)
update test14
set fname_bak = (select dbo.GetCharacters (t.fname, 'a-z') from test14 t)
from test14 inner join t on t.id = test14.id
go
I am failing at the last step which is update
'Msg 208,...
January 2, 2009 at 8:31 pm
dhaval.samaranayeke (1/2/2009)
Yes ofcourse ps it will create gaps. So here we can nullify all the identity entries and rebuilt them.
By nullify, do you mean delete all identity values and insert...
January 2, 2009 at 8:40 am
There are ample scripts available on this site on backups. Just go through them and modify them to suit your requirement. But make sure u've a good backup policy in...
January 2, 2009 at 8:31 am
"Industry Experience" - Here i'd call industry as IT industry and i'd prefer to have a real-life experience. I might have read entire BOL and other stuff, but chances are...
January 2, 2009 at 8:20 am
paulhunter (12/31/2008)
January 2, 2009 at 8:10 am
Excellent way to prove the best performing query. After going through the explanation, one can easily make up his mind as how good queries need to be written.
Thanks Chris for...
January 2, 2009 at 4:42 am
Viewing 15 posts - 1,306 through 1,320 (of 1,539 total)