Viewing 15 posts - 16 through 30 (of 285 total)
Service has been started? Whats the error in error log? anything in the application eventviewer?
July 17, 2012 at 3:08 am
Hi GulliMeel
Thats the trick. You made my life easier. Thank you very much!!!
Thanks,
SQLZealot
June 29, 2012 at 3:14 am
Please find example as below:
Create Table T11(TXT nvarchar(100)
Insert into T11 Select '?? ??_1'
Insert into T11 Select '????????•_1
'
Select * From T11
Select unicode(txt),ascii(txt) From T11
June 29, 2012 at 1:09 am
Gullimeel (6/29/2012)
How are you importing the data? Is the column where you are inserting this data is defined as unicode ( like nvarchar or nvarbinary) ?
Thank you for your help!!!
Importing...
June 29, 2012 at 1:03 am
Your question is not clea. Are these two datasets associated together? Do you want to have page breaks for both the sets? Could you please give us examples?
June 25, 2012 at 12:26 am
I dont think there is way to do this upto 2008 versions. But 2012 provides a way to get the resultsets handy.
Which version you are using?
June 11, 2012 at 5:52 am
it should be because of the precedence getting changed using the brackets.
http://blog.sqlauthority.com/2012/04/01/sql-server-a-puzzle-illusion-confusion-april-fools-day/
April 3, 2012 at 5:06 am
Grant Fritchey (4/3/2012)
April 3, 2012 at 4:53 am
S_Kumar_S (4/3/2012)
There are rare updates/deletes in this table. So performance is not an issue.Moreover it's a dev server.So no issue of performane again...
Ok, I had an impression it would take...
April 3, 2012 at 4:49 am
Why not satire? Points only to "Practical Joke" is not justified.
Lost 7 points anyway.
April 3, 2012 at 4:40 am
Perfromance is one area you may need to look here. If the table is undergoing huge transactions(insert/update/delete) then it would be a concern area for you.
April 3, 2012 at 4:29 am
For old entires, I am afraid there is way to get it. Atleast for future, you can create DDL triggers on those procedures you may need to have a tracking...
April 3, 2012 at 4:26 am
baabhu (4/3/2012)
Shrinking is not a good practice. Even it is for a transaction log also.
Could you please elaborate the points for not doing the shrink on log files...
April 3, 2012 at 4:23 am
I guess the following can be used for modifying date. However not sure capturing the user who changed it and the entire track of it(only the last modifyed can be...
April 3, 2012 at 4:16 am
It would fetch all the values who has either of 0,1 or NULL. Why do you want to achieve here. Why cant you have the ColumnB = the value that...
March 29, 2012 at 11:30 pm
Viewing 15 posts - 16 through 30 (of 285 total)