Viewing 15 posts - 916 through 930 (of 1,157 total)
Please refer this article for some direction.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 8:18 am
This article does it with screen shots.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 8:09 am
This article on SSC should be useful to you.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 8:07 am
GilaMonster (8/2/2010)
Adiga (8/2/2010)
One more cross-post. I have responded to your question hereThat link points to a thread on XML by a different poster.
Sorry 😉 I posted it in the wrong...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 8:04 am
One more cross-post. I have responded to your question here
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 7:42 am
This article explains it better.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 7:40 am
You may find this article useful.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 7:02 am
Appending = Inserting
Please go through the INSERT statement details on MSDN.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 6:40 am
1)actually i want to transfer some data of these table to a different database.
2)after that i want to delete data from these tables, but each table shud have at...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 4:56 am
@ID varchar(max)
Select * from tblProduct
WHERE tbl_PRIM_Sales.Sale_ID in (@ID)
If you are planning to look for fixed number of values in the IN statement, you may declare multiple variable...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 4:52 am
I am not sure what do you mean by SQL Server Network Service. SQL Server does not install any such service during installation.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 4:48 am
cscript //B E:\backup\restore_script_codismaster.vbs
You may use the Operating System command while creating the job step and append an output file to the cscript command like below.
cscript //B E:\backup\restore_script_codismaster.vbs >> C:\csriptoutput.txt
The output...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 4:30 am
You can accomplish through the Execute SQL Task. You can write the custom sql script to meet your requirements.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 4:08 am
For finding job details you may find this script useful.
Running sp_helplogins will give the details of all the logins on an instance.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 3:00 am
Warren Peace (8/1/2010)
OK, I opened just that step in BID's, no issues. I even exported it to a file then ran it, it finished OK.
How long did it take...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 1, 2010 at 10:22 pm
Viewing 15 posts - 916 through 930 (of 1,157 total)