Viewing 15 posts - 631 through 645 (of 2,008 total)
You missed my point. Anyways, execute following in your system (another window). Then execute your query in first window.
ALTER PROCEDURE SP_MULTI_INSERTS
(@SUB_QUERY AS VARCHAR(2000),
@INSERT_PART AS VARCHAR(2000),
@DELIMITER AS VARCHAR(100),
@ERRORMESSAGE AS VARCHAR(2000)
)
AS
--By Narayana...
December 23, 2011 at 7:59 am
GilaMonster (12/23/2011)
Dev (12/23/2011)
I don’t think it adds any value for your queries but it may cause fragmentations with the data load frequency you mentioned.
Errr, no.
It is needed for...
December 23, 2011 at 7:52 am
The current clustered index is an aid int, bid int, date datetime, those three columns are the one the application most frequently queries against, this becomes extremely fragmented, extremely fast...
December 23, 2011 at 7:24 am
I worked on Multi-Lingual databases and honestly speaking I never bothered to verify it in SSMS. First reason for that was I didn’t know the language :hehe:. Second reason, SSMS...
December 23, 2011 at 7:10 am
Per BOL:
FOR UPDATE [OF column_name [,...n]]
Defines updatable columns within the cursor. If OF column_name [,...n] is supplied, only the columns listed allow modifications. If UPDATE is specified without a column...
December 23, 2011 at 6:56 am
I don’t want to discourage or disappoint you but Google is the right place to start. Find BOL & books of your own interest and start learning it.
December 23, 2011 at 6:47 am
It can be achieved with SQL query but I won’t recommend you that. As Lutz has already suggested, please do it on Front End. That’s the right place for such...
December 23, 2011 at 6:38 am
To all my SSC Friends,
Happy Holidays!!! :smooooth:
December 23, 2011 at 6:33 am
degree in Behavioral Neuroscience
Are you kidding me :w00t: I don’t share the same degree but I guess share interest. I read Psychology when I get bored of technical articles. :doze:
It’s...
December 23, 2011 at 6:26 am
DemonicKat78 (12/23/2011)
If...
December 23, 2011 at 6:15 am
It might not appear in the same format in SSMS but when you pull it back in application with proper regional font, does it appear correctly there?
December 23, 2011 at 6:12 am
Search for 'Results to Text' in following article.
SQL Server Management Studio Database Engine Query Editor Window
December 23, 2011 at 6:07 am
BrainDonor (12/23/2011)
...
On update, on add, on inquire and delete,
on batch jobs, on closing on functions complete.
His eyes all glazed over, hands nimble and lean,...
December 23, 2011 at 5:51 am
In my case I also have 2 post-graduate degrees, one of which pertains managing a business and understanding these types of things. Like a techy MBA 🙂
...
It is just...
December 23, 2011 at 5:43 am
I have the same understanding as yours that if the password expires SQL Server won’t stop functioning unless it restarts.
I don’t want to argue on Company Policy but if I...
December 23, 2011 at 4:55 am
Viewing 15 posts - 631 through 645 (of 2,008 total)