Viewing 15 posts - 3,346 through 3,360 (of 3,365 total)
I am not sure because I think .NET XML classes are better but try this link read the article and click on figure one to fix your code. Hope this...
July 12, 2005 at 7:31 pm
Run a search for collation in the BOL(books online) and you will get code to do per column collation for your langauges. I would also save the stored procs T-SQL as...
July 12, 2005 at 2:56 pm
I don't know if this is relevant but in C# leaving flat file in memory for a long time comes out of the box, that is what was used to...
July 11, 2005 at 1:51 pm
It is a known problem with web based editors the serialization is not stable. I use note pad to keep a copy until the post is live. Hope this helps.
Kind regards,
Gift...
July 11, 2005 at 1:40 pm
Irregular errors like this are usually Oracle TNS Names file related sometimes you can just copy your existing TNS Names file into note pad and delete and replace the existing file and...
July 11, 2005 at 8:52 am
Resporting Services in an Asp.net Application, if you create the charts in Excel and save it, you can use the code in the link below to call your Excel file. ...
July 11, 2005 at 5:16 am
First OUTER JOIN default mathematically to a NULL so doing Time related calculations with OUTER JOIN is not a good idea. Try these links to use Excel to create the chart...
July 10, 2005 at 9:08 pm
The question is your SQL Server Agent installed with a service account with enough permission to run SMTP? Try the link below for more info. I was a beta one...
July 9, 2005 at 10:05 am
Next time look into ANSI SQL ALTER TABLE statement. In the meantime try these links for good datagrid code the first link is two parts, but a datalist is more...
July 8, 2005 at 10:06 pm
The SQL Server Agent is useless on the local account and so many services depend on it. In an Enterprise the SQL Server Agent needs a service Account with Domain...
July 8, 2005 at 2:51 pm
You need DTS on xp_cmdshell with a scheduled Job it can run for four hours, the main requirement SQL Server Agent with Domain Admin permissions and the Server running all...
July 8, 2005 at 2:42 pm
You cannot use ANSI SQL %LIKE% with FULL TEXT Index because your data is not table space based SQL Server creates an Arithmetic pointer to your data in the file...
July 8, 2005 at 1:33 pm
What you are trying to do is Time Interval Arithmetic, it is not implemented in SQL Server only Oracle and PostgreSQL have it implemented. But Microsoft have resources that can...
July 8, 2005 at 11:24 am
Try the link below for sample code using OPENXML and you can use both Excel and Word and save the file as XML. Hope this helps.
http://msdn.microsoft.com/msdnmag/issues/05/06/DataPoints/default.aspx
Kind regards,
Gift Peddie
July 6, 2005 at 12:32 pm
Try this link 70-229 is one of the exams coverd, the site have linked all the requirements to MSDN tutorials. Hope this helps.
July 6, 2005 at 7:26 am
Viewing 15 posts - 3,346 through 3,360 (of 3,365 total)